Draw Circle
imge_ret=cv_circle(image,center,radius,colour,linetype,thickness)
Input Image
Center Point of image
Radius of circle -> int
Colour of the Circle ex: [255,255,0]
Type of line 8 or 4
Thickness of line
Return Image
To draw Circle
This function is Used to draw the corcle.