|
|
|
|
|
|
|
|
|
The Median filter smooths image data, while preserving sharp edges. It's not averaging the texture's pixels like the Smooth function. A median is the value which lies exactly in the middle of a sorted list. This function can be used to create an oil-paint effect and is also useful for smoothing single colored patterns. |