This shows you the differences between two versions of the page.
| — |
using:video_filter_median [2012/11/11 08:51] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Video filter Median ====== | ||
| + | The filter replaces a pixel by median value of its neighbor. It is a bit like [[Video filter Mean|Mean]], except it removes very different values. Efficient to remove high frequency noise (like spots of white in old movies). It blurs a lot. | ||