17 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-05-02 14:59:36 +02:00
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|0.0|QgsProcessingParameterNumber.Double|False|False|0.5|1.0
QgsProcessingParameterEnum|method|Segmentation method|region_growing|False|0
QgsProcessingParameterEnum|similarity|Similarity calculation method|euclidean;manhattan|False|0
QgsProcessingParameterNumber|minsize|Minimum number of cells in a segment|1|QgsProcessingParameterNumber.Double|True|False|1|100000
QgsProcessingParameterNumber|memory|Amount of memory to use in MB|1|QgsProcessingParameterNumber.Double|True|False|300|None
QgsProcessingParameterNumber|iterations|Maximum number of iterations|1|QgsProcessingParameterNumber.Double|True|False|20|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
QgsProcessingParameterRasterDestination|goodness|Goodness Raster