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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 23 12:47:13 PST 2016


Author: mmetz
Date: 2016-11-23 12:47:12 -0800 (Wed, 23 Nov 2016)
New Revision: 69882

Modified:
   grass/trunk/raster/r.texture/r.texture.html
Log:
r.texture: update manual

Modified: grass/trunk/raster/r.texture/r.texture.html
===================================================================
--- grass/trunk/raster/r.texture/r.texture.html	2016-11-23 15:34:07 UTC (rev 69881)
+++ grass/trunk/raster/r.texture/r.texture.html	2016-11-23 20:47:12 UTC (rev 69882)
@@ -4,7 +4,12 @@
 user-specified raster map layer. The module calculates textural features 
 based on spatial dependence matrices at 0, 45, 90, and 135 
 degrees for a <em>distance</em> (default = 1).
+
 <p>
+The output of <em>r.texture</em> can be used as additional input for 
+image classification or image segmentation (object recognition).
+
+<p>
 <em>r.texture</em> assumes grey levels ranging from 0 to 255 as input. 
 The input is automatically rescaled to 0 to 255 if the input map range is outside
 of this range.
@@ -31,9 +36,7 @@
 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.
+<h2>NOTES</h2>
 
 <p>
 A commonly used texture model is based on the so-called grey level co-occurrence
@@ -104,9 +107,14 @@
 
 <li> Maximal Correlation Coefficient (MCC)</li>
 </ul>
-   
-<h2>NOTES</h2>
 
+<p>
+The computational region should be set to the input map with 
+<b>g.region rast=<input map></b>, or aligned to the input map 
+with <b>g.region align=<input map></b> if only a subregion 
+should be analyzed.
+
+<p>
 Importantly, the input raster map cannot have more than 255 categories.
 
 <h2>EXAMPLE</h2>



More information about the grass-commit mailing list