File: i.segment.txt

package info (click to toggle)
qgis 2.18.28%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,007,948 kB
  • sloc: cpp: 671,774; python: 158,539; xml: 35,690; ansic: 8,346; sh: 1,766; perl: 1,669; sql: 999; yacc: 836; lex: 461; makefile: 292
file content (16 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
i.segment
Identifies segments (objects) from imagery data.
Imagery (i.*)
ParameterMultipleInput|input|Input rasters|3|False
ParameterNumber|threshold|Difference threshold between 0 and 1|0.0|1.0|0.5|False
ParameterSelection|method|Segmentation method|region_growing|0
ParameterSelection|similarity|Similarity calculation method|euclidean;manhattan|0
ParameterNumber|minsize|Minimum number of cells in a segment|1|100000|1|True
ParameterNumber|memory|Amount of memory to use in MB|1|None|300|True
ParameterNumber|iterations|Maximum number of iterations|1|None|20|True
ParameterRaster|seeds|Name for input raster map with starting seeds|True
ParameterRaster|bounds|Name of input bounding/constraining raster map|True
*ParameterBoolean|-d|Use 8 neighbors (3x3 neighborhood) instead of the default 4 neighbors for each pixel|False
*ParameterBoolean|-w|Weighted input, do not perform the default scaling of input raster maps|False
OutputRaster|output|Segmented Raster
OutputRaster|goodness|Goodness Raster