Changes between Version 20 and Version 21 of GSoC/2016/Additional_segmentation_algorithms/mean_shift
- Timestamp:
- 09/13/16 18:17:15 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified GSoC/2016/Additional_segmentation_algorithms/mean_shift
v20 v21 190 190 191 191 == Segmentation of multi-bands landsat image == 192 This example uses a group of landsat multi-bands data from GRASS NC sample dataset. 193 Landsat 7 ETM+ band of 5,4,3,2,1 are grouped to be the input of the mean-shift segmentation. 192 194 193 195 {{{i.group group=lsat_Mult_bands input=lsat7_2002_50,lsat7_2002_40,lsat7_2002_30,lsat7_2002_20,lsat7_2002_10}}} 194 196 197 set the segmenta region to the entire image. 195 198 196 199 {{{g.region raster=lsat7_2002_40 -p}}} 197 200 201 The input arguements are adaptive bandwidth and progressive band width 198 202 199 203 {{{i.segment --o group=lsat_Mult_bands threshold=0.01 output=testout_ms_group3 method=mean_shift -a -p}}}