MATLAB File Help: cv.medianBlur Index
cv.medianBlur

Blurs an image using the median filter

dst = cv.medianBlur(src)
dst = cv.medianBlur(src, 'KSize',ksize)

Input

Output

Options

The function smoothes an image using the median filter with the KSize x KSize aperture. Each channel of a multi-channel image is processed independently.

See also