[GRASS-SVN] r67013 - grass/trunk/raster/r.texture

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 3 08:34:13 PST 2015


Author: neteler
Date: 2015-12-03 08:34:13 -0800 (Thu, 03 Dec 2015)
New Revision: 67013

Modified:
   grass/trunk/raster/r.texture/r.texture.html
Log:
r.texture manual: reflect -s flag in manual

Modified: grass/trunk/raster/r.texture/r.texture.html
===================================================================
--- grass/trunk/raster/r.texture/r.texture.html	2015-12-03 15:33:17 UTC (rev 67012)
+++ grass/trunk/raster/r.texture/r.texture.html	2015-12-03 16:34:13 UTC (rev 67013)
@@ -15,16 +15,20 @@
 properties) and structure (spatial relationships). Since textures are highly scale
 dependent, hierarchical textures may occur.
 <p>
-<em>r.texture</em> reads a GRASS raster map as input and calculates textural 
-features based on spatial
-dependence matrices for north-south, east-west, northwest, and southwest
-directions using a side by side neighborhood (i.e., a distance of 1). The user
-should be sure to carefully set the resolution (using <em>g.region</em>) before
-running this program, or the computer may run out of memory. 
-The output consists into four images for each textural feature, one for every
-direction.
+    
+<em>r.texture</em> reads a GRASS raster map as input and calculates
+textural features based on spatial dependence matrices for north-south,
+east-west, northwest, and southwest directions using a side by side
+neighborhood (i.e., a distance of 1), and writes out by default the average
+over all angles for each measure. Optionally, using flag <b>-s</b> the output
+consists of four images for each textural feature, one for every direction
+(0, 45, 90, 135).
 
 <p>
+The user must carefully set the resolution (using <em>g.region</em>) before
+running this program, or the computer may run out of memory.
+
+<p>
 A commonly used texture model is based on the so-called grey level co-occurrence
 matrix. This matrix is a two-dimensional histogram of grey levels
 for a pair of pixels which are separated by a fixed spatial relationship. 



More information about the grass-commit mailing list