[GRASS-SVN] r70032 - grass/trunk/imagery/i.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 7 08:12:13 PST 2016


Author: mlennert
Date: 2016-12-07 08:12:13 -0800 (Wed, 07 Dec 2016)
New Revision: 70032

Modified:
   grass/trunk/imagery/i.segment/i.segment.html
Log:
i.segment: manual page - added explanation of scaling of threshold


Modified: grass/trunk/imagery/i.segment/i.segment.html
===================================================================
--- grass/trunk/imagery/i.segment/i.segment.html	2016-12-07 14:00:46 UTC (rev 70031)
+++ grass/trunk/imagery/i.segment/i.segment.html	2016-12-07 16:12:13 UTC (rev 70032)
@@ -43,7 +43,14 @@
 <p>
 The <b>threshold</b> must be larger than 0.0 and smaller than 1.0. A threshold 
 of 0 would allow only identical valued pixels to be merged, while a 
-threshold of 1 would allow everything to be merged. Initial empirical 
+threshold of 1 would allow everything to be merged. The threshold is scaled to
+the data range of the entire input data, not the current computational region.
+This allows the application of the same threshold to different computational
+regions when working on the same dataset, ensuring that this threshold has the
+same meaning in all subregions.
+
+<p> 
+Initial empirical 
 tests indicate threshold values of 0.01 to 0.05 are reasonable values 
 to start. It is recommended to start with a low value, e.g. 0.01, and 
 then perform hierarchical segmentation by using the output of the last 



More information about the grass-commit mailing list