Skip to content

Filtering

Nicolas Karasiak edited this page Nov 12, 2017 · 6 revisions

Input image

The image must be a geotiff (*.tif, *.tiff).

The filters

Closing filter

Closing filter performs a max then a min filter. Here you can see the differences depending on the window size :

Original

Size 5

Size 11

Median filter

Median filter is used to remove noise and it perserves edges.
Here you can see the differences after using the closing filter with the same window size as the median filter :

Original

Size 5

Size 11

Median filter iteration

Median filter iteration : you can specify how many times you want the script to perform the median filter. For exempla you may want the script to do 5 times the median filter to remove more noise. Here are an example :

1 iteration

5 iterations

Clone this wiki locally