Blurs an image using the median Filter
img_ret=cv_medianblur(image,kernel_type,kernel_size)
Input image
It accepts Integer/Float As Input 1->MORPH_RECT 2-> MORPH_ELLIPSE 3-> MORPH_CROSS
It accepts a list as input specifying the size of Kernel needed example [5,5]
Blurred Image
Median Blur
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