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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 24 06:56:09 PST 2016


Author: mlennert
Date: 2016-11-24 06:56:09 -0800 (Thu, 24 Nov 2016)
New Revision: 69897

Modified:
   grass/trunk/raster/r.texture/r.texture.html
Log:
r.texture: and some more manual improvements


Modified: grass/trunk/raster/r.texture/r.texture.html
===================================================================
--- grass/trunk/raster/r.texture/r.texture.html	2016-11-24 14:45:51 UTC (rev 69896)
+++ grass/trunk/raster/r.texture/r.texture.html	2016-11-24 14:56:09 UTC (rev 69897)
@@ -6,29 +6,25 @@
 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). The output
-of <em>r.texture</em> can thus be used as input to supervised classification
-algorithms such as <a href="i.maxlik.html">i.maxlik</a> or
-<a href="i.smap.html">i.smap</a>, or for characterizing objects resulting
-from <a href="i.segment.html">i.segment</a>, for example as one of the
-raster inputs of the 
+Texture is a feature of specific land cover classes in satellite imagery.
+For example an inland water body will generally have a quite homogeneous 
+texture (unless strong winds create many waves), but mixed forests or urban
+areas will have more heterogeneity amongst neighboring pixels. Obviously, 
+this is highly dependend on the resolution of satellite imagery (also see the 
+discussion of scale dependency below).
+
+<p>
+The output of <em>r.texture</em> can thus constitute additional variables 
+usable as input for image classification or image segmentation (object 
+recognition). It can be used in supervised classification algorithms such 
+as <a href="i.maxlik.html">i.maxlik</a> or <a href="i.smap.html">i.smap</a>,
+or for the identification of objects in <a href="i.segment.html">i.segment</a>,
+and/or for the characterization of these objects and thus, for example, as one 
+of the raster inputs of the 
 <a href="https://grass.osgeo.org/grass70/manuals/addons/i.segment.stats.html">
 	i.segment.stats</a> addon.
 
 <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.
-
-<p>
-In order to reduce noise in the input data, and to speed up processing, 
-the input map it is recommended that the user recode the data using 
-equal-probability quantization. Quantization rules for <em>r.recode</em> 
-can be generated with <em>r.quantile -r</em> using e.g 16 or 32 quantiles 
-(see example below).
-
-<p>
 In general, several variables constitute texture: differences in grey level values,
 coarseness as scale of grey level differences, presence or lack of directionality
 and regular patterns. A texture can be characterized by tone (grey level intensity
@@ -41,6 +37,15 @@
 East - West, 45 is North-East - South-West, 90 is North - South, 135 is 
 North-West - South-East.
 
+<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.  In order to reduce noise in the input data, and to speed up processing, 
+it is recommended that the user recode the data using equal-probability quantization. 
+Quantization rules for <em>r.recode</em> can be generated with <em>r.quantile -r</em>
+using e.g 16 or 32 quantiles (see example below).
+
+
 <h2>NOTES</h2>
 
 <p>



More information about the grass-commit mailing list