2014-04-19 15:53:43 +02:00
|
|
|
r.neighbors
|
2015-07-26 03:48:27 +02:00
|
|
|
Makes each cell category value a function of the category values assigned to the cells around it
|
2014-04-19 15:53:43 +02:00
|
|
|
Raster (r.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterLayer|input|Input raster layer|None|False
|
2017-11-11 14:31:58 +01:00
|
|
|
QgsProcessingParameterRasterLayer|selection|Raster layer to select the cells which should be processed|None|True
|
|
|
|
QgsProcessingParameterEnum|method|Neighborhood operation|average;median;mode;minimum;maximum;stddev;sum;variance;diversity;interspersion|False|0|True
|
|
|
|
QgsProcessingParameterNumber|size|Neighborhood size|QgsProcessingParameterNumber.Integer|3|True|1|None
|
|
|
|
QgsProcessingParameterNumber|gauss|Sigma (in cells) for Gaussian filter|QgsProcessingParameterNumber.Integer|0|True|0|None
|
|
|
|
QgsProcessingParameterString|quantile|Quantile to calculate for method=quantile|None|False|True
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterBoolean|-c|Use circular neighborhood|False
|
|
|
|
*QgsProcessingParameterBoolean|-a|Do not align output with the input|False
|
2018-02-08 17:22:20 +02:00
|
|
|
*QgsProcessingParameterFile|weight|File containing weights|QgsProcessingParameterFile.File|txt|None|True
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterDestination|output|Neighbors
|