[GRASS-SVN] r68812 - sandbox/bo/i.segment.gsoc2016/i.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 30 05:15:03 PDT 2016


Author: hao2309
Date: 2016-06-30 05:15:03 -0700 (Thu, 30 Jun 2016)
New Revision: 68812

Modified:
   sandbox/bo/i.segment.gsoc2016/i.segment/mean_shift.c
Log:
fixed diag

Modified: sandbox/bo/i.segment.gsoc2016/i.segment/mean_shift.c
===================================================================
--- sandbox/bo/i.segment.gsoc2016/i.segment/mean_shift.c	2016-06-30 11:34:25 UTC (rev 68811)
+++ sandbox/bo/i.segment.gsoc2016/i.segment/mean_shift.c	2016-06-30 12:15:03 UTC (rev 68812)
@@ -87,7 +87,7 @@
     nrows = globals->row_max;
     ncols = globals->col_max;
 	
-	diag = globals->diagonal;
+	diag = 0;
 	
     thresh2 = threshold * threshold;
 



More information about the grass-commit mailing list