mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-30 00:07:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 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
 |