[GRASS-SVN] r34104 - grass/trunk/raster/r.texture
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 30 12:15:33 EDT 2008
Author: neteler
Date: 2008-10-30 12:15:33 -0400 (Thu, 30 Oct 2008)
New Revision: 34104
Modified:
grass/trunk/raster/r.texture/r.texture.html
Log:
+example
Modified: grass/trunk/raster/r.texture/r.texture.html
===================================================================
--- grass/trunk/raster/r.texture/r.texture.html 2008-10-30 16:11:00 UTC (rev 34103)
+++ grass/trunk/raster/r.texture/r.texture.html 2008-10-30 16:15:33 UTC (rev 34104)
@@ -88,6 +88,16 @@
Station, employer for hire of James Darrell McCauley). <br>
Man page of <a href="http://netpbm.sourceforge.net/doc/pgmtexture.html">pgmtexture</a></p>
+<h2>EXAMPLE</h2>
+
+Calculation of Angular Second Moment of B/W orthophoto (North Carolina data set):
+<div class="code"><pre>
+g.region rast=ortho_2001_t792_1m -p
+r.texture -a ortho_2001_t792_1m prefix=ortho_texture
+</pre></div>
+This calculates four maps (requested texture at four orientations):
+ortho_texture_ASM_0, ortho_texture_ASM_45, ortho_texture_ASM_90, ortho_texture_ASM_135.
+
<h2>BUGS</h2>
- The program can run incredibly slow for large raster maps.
<p>
More information about the grass-commit
mailing list