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
2017-09-05 09:57:58 +02:00
QgsProcessingParameterNumber|threshold|Difference threshold between 0 and 1|QgsProcessingParameterNumber.Double|0.5|False|0.0|1.0
2017-12-16 11:09:01 +01:00
QgsProcessingParameterEnum|method|Segmentation method|region_growing|False|0|True
QgsProcessingParameterEnum|similarity|Similarity calculation method|euclidean;manhattan|False|0|True
2017-09-05 09:57:58 +02:00
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
2017-12-16 11:09:01 +01:00
QgsProcessingParameterRasterDestination|output|Segmented Raster|None|False
QgsProcessingParameterRasterDestination|goodness|Goodness Raster|None|True