-
Notifications
You must be signed in to change notification settings - Fork 4
Filtering
Nicolas Karasiak edited this page Nov 12, 2017
·
6 revisions
The image must be a geotiff (*.tif, *.tiff).
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 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 : 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 |
>>>> Next part : Training
HistoricalMap plugin help © Written by Nicolas Karasiak and Antoine Lomellini.