Pārlūkot izejas kodu

+example

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34104 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 gadi atpakaļ
vecāks
revīzija
6a9ac39c95
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10 0
      raster/r.texture/r.texture.html

+ 10 - 0
raster/r.texture/r.texture.html

@@ -88,6 +88,16 @@ Haralick, R.M., K. Shanmugam, and I. Dinstein. 1973. Textural features for
     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>