Perform Close operation on Image
img_ret=cv_close(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)
Returns Image after performing close operation
Performs Close operation
It is obtained by the dilation of an image followed by an erosion.. It is useful to remove small holes(dark region)