[GRASS-SVN] r33730 - grass/branches/develbranch_6/raster/r.texture

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 7 10:10:22 EDT 2008


Author: neteler
Date: 2008-10-07 10:10:22 -0400 (Tue, 07 Oct 2008)
New Revision: 33730

Modified:
   grass/branches/develbranch_6/raster/r.texture/description.html
Log:
some more measures explained (still several missing)

Modified: grass/branches/develbranch_6/raster/r.texture/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.texture/description.html	2008-10-07 14:10:14 UTC (rev 33729)
+++ grass/branches/develbranch_6/raster/r.texture/description.html	2008-10-07 14:10:22 UTC (rev 33730)
@@ -5,9 +5,11 @@
 based on spatial dependence matrices at 0, 45, 90, and 135 
 degrees for a <em>distance</em> (default = 1).
 <p>
-<!--
-<em>r.texture</em> uses the algorithms of <a href="i.texture.html">i.texture</a>.
--->
+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.
+
+<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
@@ -28,24 +30,50 @@
 The following are brief explanations of texture measures:
 <p>
 <ul>
-<li> Angular Second Moment:
-This is a measure of local homogeneity and the opposite of Entropy. 
-It is high when the local window a few pixels with high values; low,
-when the pixels are almost equal.
+<li> Angular Second Moment (ASM, also called Uniformity):
+ This is a measure of local homogeneity and the opposite of Entropy.
+ High values of ASM occur when the pixels in the moving window are
+ very similar.
+ <br>
+ Note: The square root of the ASM is sometimes used as a texture measure,
+ and is called Energy.</li>
 
-<li> Contrast:
-This measure considers the amount of local variation and is the opposite of Homogeneity 
-(when high pixel values concentrate along the diagonal).
+<li> Inverse Difference Moment (IDM, also called Homogeneity):
+ This measure relates inversely to the contrast measure. It is a direct measure of the
+ local homogeneity of a digital image. Low values are associated with low homogeneity
+ and vice versa.</li>
 
-<li> Correlation:
-This measure  analyses the linear dependency of grey levels of neighboring
-pixels. Typically high, when the scale of local texture is larger than the
-<em>distance</em>.
+<li> Contrast (Contr):
+ This measure analyses the image contrast (locally gray-level variations) as
+ the linear dependency of grey levels of neighboring pixels (similarity). Typically high,
+ when the scale of local texture is larger than the <em>distance</em>.</li>
 
-<li> Entropy:
-This measure is high when the values of the local window have similar values.
-It is low when the values are close to either 0 or 1 (i.e. when the
-pixels in the local window are uniform).
+<li> Correlation (Corr):
+ This measure  analyses the linear dependency of grey levels of neighboring
+ pixels. Typically high, when the scale of local texture is larger than the
+ <em>distance</em>.</li>
+
+<li> Variance (Var): A measure of gray tone variance within the moving
+  window (second-order moment about the mean)</li>
+
+<li> Difference Variance (DV): ...</li>
+
+<li> Sum Variance (SV): ... </li>
+
+<li> Sum Average (SA): ...</li>
+
+<li> Entropy (Entr):
+ This measure analyses the randomness. It is high when the values of the moving
+ window have similar values. It is low when the values are close to either 0 or 1 (i.e. when the
+ pixels in the local window are uniform).</li>
+
+<li> Difference Entropy (DE): ...</li>
+
+<li> Sum Entropy (SE): ...</li>
+
+<li> Information Measures of Correlation (MOC): ...</li>
+
+<li> Maximal Correlation Coefficient (MCC): ...</li>
 </ul>
    
 <h2>NOTES</h2>
@@ -72,14 +100,15 @@
     image classification. <em>IEEE Transactions on Systems, Man, and
     Cybernetics</em>, SMC-3(6):610-621.
 <p>
-<b>Bouman C. A., Shapiro M.</b>,(March
+<b>Bouman, C. A., Shapiro, M.</b>,(March
     1994).A Multiscale Random Field Model for Bayesian Image
     Segmentation, IEEE Trans. on Image Processing, vol. 3, no.2.
-
 <p>
-<b>Haralick R.</b>, (May 1979). <i>Statistical and structural approaches to texture</i>,
+<b>Haralick, R.</b>, (May 1979). <i>Statistical and structural approaches to texture</i>,
    Proceedings of the IEEE, vol. 67, No.5, pp. 786-804</p>
- 
+<p>
+<b>Hall-Beyer, M.</b> (2007). <a href="http://www.fp.ucalgary.ca/mhallbey/tutorial.htm">The GLCM Tutorial Home Page</a>
+  (Grey-Level Co-occurrence Matrix texture measurements). University of Calgary, Canada
      
 <h2>SEE ALSO</h2>
 
@@ -88,7 +117,6 @@
 <em><a href="i.pca.html">i.pca</a></em>,
 <em><a href="r.digit.html">r.digit</a></em>,
 <em><a href="i.group.html">i.group</a></em>
-<!-- <em><a href="i.texture.html">i.texture</a></em> -->
 
 <h2>AUTHOR</h2>
 <a href="mailto:antoniol at ieee.org">G. Antoniol</a> - RCOST (Research Centre on Software Technology - Viale Traiano - 82100 Benevento)<br>



More information about the grass-commit mailing list