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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 24 06:03:13 PDT 2016


Author: mmetz
Date: 2016-05-24 06:03:13 -0700 (Tue, 24 May 2016)
New Revision: 68493

Modified:
   grass/trunk/imagery/i.segment/iseg.h
Log:
i.segment: fix defines from r68482

Modified: grass/trunk/imagery/i.segment/iseg.h
===================================================================
--- grass/trunk/imagery/i.segment/iseg.h	2016-05-23 19:10:50 UTC (rev 68492)
+++ grass/trunk/imagery/i.segment/iseg.h	2016-05-24 13:03:13 UTC (rev 68493)
@@ -21,8 +21,8 @@
 
 /* methods */
 #define ORM_RG 1	/* region growing */
-#define ORM_MS 1	/* mean shift */
-#define ORM_WS 1	/* watershed */
+#define ORM_MS 2	/* mean shift */
+#define ORM_WS 3	/* watershed */
 
 /* row/col list */
 struct rc



More information about the grass-commit mailing list