Documentation | Other Specifications | Pipeline | Filter.Median
The Filter.Median
command applies the median filter on a pixel layer.
For more information visit TGIS_PixelFilterMedian class.
Name | Required | Default value | Comment |
---|---|---|---|
Source | + | Source pixel layer. | |
Destination | + | Destination pixel layer; can be the same as Source. | |
Band | 1 | Band to be processed; set to 0 for all bands, relevant only if ColorSpace=RGB. | |
ColorSpace | HSL | For color images only - color space in which the image is to be processed (RGB or HSL). | |
BlockSize | 3 | Width/height (in pixels) of the moving block (mask). |
Filter.Median Source=$src Destination=$dst