[GRASS-SVN] r47700 - grass/trunk/raster/r.texture
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 17 08:47:37 EDT 2011
Author: mmetz
Date: 2011-08-17 05:47:37 -0700 (Wed, 17 Aug 2011)
New Revision: 47700
Modified:
grass/trunk/raster/r.texture/r.texture.html
Log:
r.texture: update manual, mcc removed because of numerical instability
Modified: grass/trunk/raster/r.texture/r.texture.html
===================================================================
--- grass/trunk/raster/r.texture/r.texture.html 2011-08-17 12:45:59 UTC (rev 47699)
+++ grass/trunk/raster/r.texture/r.texture.html 2011-08-17 12:47:37 UTC (rev 47700)
@@ -75,8 +75,6 @@
<li> Sum Entropy (SE): ...</li>
<li> Information Measures of Correlation (MOC): ...</li>
-
-<li> Maximal Correlation Coefficient (MCC): ...</li>
</ul>
<h2>NOTES</h2>
@@ -102,7 +100,7 @@
# extract grey levels
r.mapcalc "ortho_2001_t792_1m.greylevel = #ortho_2001_t792_1m"
# texture analysis
-r.texture ortho_2001_t792_1m.greylevel prefix=ortho_texture -a
+r.texture ortho_2001_t792_1m.greylevel prefix=ortho_texture measure=asm -s
# display
g.region n=221461 s=221094 w=638279 e=638694
d.shadedmap drape=ortho_texture_ASM_0 rel=ortho_2001_t792_1m
@@ -113,11 +111,7 @@
<h2>BUGS</h2>
-- The program can run incredibly slow for large raster maps.
-<p>
-- The method for finding the maximal correlation coefficient, which
- requires finding the second largest eigenvalue of a matrix Q, does not
- always converge.
+The program can run incredibly slow for large raster maps.
<h2>REFERENCES</h2>
<b>Haralick, R.M., K. Shanmugam, and I. Dinstein</b> (1973). Textural features for
More information about the grass-commit
mailing list