[GRASS-SVN] r72652 - grass-addons/grass7/imagery/i.superpixels.slic

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 27 03:20:56 PDT 2018


Author: mlennert
Date: 2018-04-27 03:20:55 -0700 (Fri, 27 Apr 2018)
New Revision: 72652

Modified:
   grass-addons/grass7/imagery/i.superpixels.slic/i.superpixels.slic.html
Log:
i.superpixels: explain step size < 2.


Modified: grass-addons/grass7/imagery/i.superpixels.slic/i.superpixels.slic.html
===================================================================
--- grass-addons/grass7/imagery/i.superpixels.slic/i.superpixels.slic.html	2018-04-26 16:33:09 UTC (rev 72651)
+++ grass-addons/grass7/imagery/i.superpixels.slic/i.superpixels.slic.html	2018-04-27 10:20:55 UTC (rev 72652)
@@ -42,6 +42,12 @@
 if convergence is reached, but it can take 1000 or more iterations 
 until convergence is reached.
 
+<h4>Step</h4>
+Step size has to be larger than 1 to be meaningful, as otherwise each individual
+pixel would be considered as a superpixel. If no step size or a step size of 
+less than 2 given, the module estimates a step size internally on the basis of
+the number of superpixels (<b>num_pixels</b> - 200 by default).
+
 <h4>Minimum segment size</h4>
 If a minimum segment size of 2 or larger is given with the <b>minsize</b> 
 parameter, segments with a smaller pixel count will be merged with 



More information about the grass-commit mailing list