<< cv_cannyedge ComputerVision cv_clahe >>

ComputerVision >> ComputerVision > cv_circle

cv_circle

Draw Circle

Calling Sequence

imge_ret=cv_circle(image,center,radius,colour,linetype,thickness)

Arguments

image

Input Image

center

Center Point of image

radius

Radius of circle -> int

colour

Colour of the Circle ex: [255,255,0]

linetype

Type of line 8 or 4

thickness

Thickness of line

imge_ret

Return Image

Description

To draw Circle

This function is Used to draw the corcle.

Examples

img=cv_circle(input_image,[2,2],10,[10,255,255],4,2)

See Also


Report an issue
<< cv_cannyedge ComputerVision cv_clahe >>