File: i.segment.txt

package info (click to toggle)
qgis 3.40.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,183,672 kB
  • sloc: cpp: 1,595,771; python: 372,544; xml: 23,474; sh: 3,761; perl: 3,664; ansic: 2,257; sql: 2,137; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 161
file content (16 lines) | stat: -rw-r--r-- 1,404 bytes parent folder | download | duplicates (11)
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.*)
QgsProcessingParameterMultipleLayers|input|Input rasters|3|None|False
QgsProcessingParameterNumber|threshold|Difference threshold between 0 and 1|QgsProcessingParameterNumber.Double|0.5|False|0.0|1.0
QgsProcessingParameterEnum|method|Segmentation method|region_growing|False|0|True
QgsProcessingParameterEnum|similarity|Similarity calculation method|euclidean;manhattan|False|0|True
QgsProcessingParameterNumber|minsize|Minimum number of cells in a segment|QgsProcessingParameterNumber.Integer|1|True|1|100000
QgsProcessingParameterNumber|memory|Amount of memory to use in MB|QgsProcessingParameterNumber.Integer|300|True|1|None
QgsProcessingParameterNumber|iterations|Maximum number of iterations|QgsProcessingParameterNumber.Integer|20|True|1|None
QgsProcessingParameterRasterLayer|seeds|Name for input raster map with starting seeds|None|True
QgsProcessingParameterRasterLayer|bounds|Name of input bounding/constraining raster map|None|True
*QgsProcessingParameterBoolean|-d|Use 8 neighbors (3x3 neighborhood) instead of the default 4 neighbors for each pixel|False
*QgsProcessingParameterBoolean|-w|Weighted input, do not perform the default scaling of input raster maps|False
QgsProcessingParameterRasterDestination|output|Segmented Raster|None|False
QgsProcessingParameterRasterDestination|goodness|Goodness Raster|None|True