MATLAB File Help: cv.circle Index
cv.circle

Draws a circle

img = cv.circle(img, center, radius)
[...] = cv.circle(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function cv.circle draws a simple or filled circle with a given center and radius.

See also