This structure represents a circle to draw.
More...
#include <opencv2/gapi/render/render_types.hpp>
This structure represents a circle to draw.
Parameters match cv::circle().
◆ Circle() [1/2]
GAPI_WRAP cv::gapi::wip::draw::Circle::Circle |
( |
const cv::Point & | center_, |
|
|
int | radius_, |
|
|
const cv::Scalar & | color_, |
|
|
int | thick_ = 1, |
|
|
int | lt_ = 8, |
|
|
int | shift_ = 0 ) |
|
inline |
Circle constructor.
- Parameters
-
center_ | The center of the circle |
radius_ | The radius of the circle |
color_ | The color of the circle |
thick_ | The thickness of the circle outline, if positive. Negative values, like FILLED, mean that a filled circle is to be drawn |
lt_ | The Type of the circle boundary. See LineTypes |
shift_ | The Number of fractional bits in the coordinates of the center and in the radius value |
◆ Circle() [2/2]
GAPI_WRAP cv::gapi::wip::draw::Circle::Circle |
( |
| ) |
|
|
default |
◆ center
The center of the circle.
◆ color
◆ lt
The Type of the circle boundary. See LineTypes.
◆ radius
The radius of the circle.
◆ shift
The Number of fractional bits in the coordinates of the center and in the radius value.
◆ thick
The thickness of the circle outline, if positive. Negative values, like FILLED, mean that a filled circle is to be drawn.
The documentation for this struct was generated from the following file: