MCPcopy Create free account
hub / github.com/DymanZy/OpenCVTest / circle

Method circle

openCVLibrary2411/src/main/java/org/opencv/core/Core.java:1708–1714  ·  view source on GitHub ↗

Draws a circle. The function circle draws a simple or filled circle with a given center and radius. @param img Image where the circle is drawn. @param center Center of the circle. @param radius Radius of the circle. @param color Circle color. @param thickness Thickness o

(Mat img, Point center, int radius, Scalar color, int thickness, int lineType, int shift)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

circle_0Method · 0.95
circle_1Method · 0.95
circle_2Method · 0.95

Tested by

no test coverage detected