Struct cv::gapi::wip::draw::Circle#
This structure represents a circle to draw. View details
#include <opencv2/gapi/render/render_types.hpp>Collaboration diagram for cv::gapi::wip::draw::Circle:
Detailed Description#
-
struct Circle#
This structure represents a circle to draw.
Parameters match cv::circle().
Constructor & Destructor Documentation#
Circle()#
GAPI_WRAP cv::gapi::wip::draw::Circle::Circle()
Python:
cv.gapi.wip.draw.Circle(center_, radius_, color_[, thick_[, lt_[, shift_]]]) -> <gapi_wip_draw_Circle object>
cv.gapi.wip.draw.Circle() -> <gapi_wip_draw_Circle object>
Circle()#
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 )
Python:
cv.gapi.wip.draw.Circle(center_, radius_, color_[, thick_[, lt_[, shift_]]]) -> <gapi_wip_draw_Circle object>
cv.gapi.wip.draw.Circle() -> <gapi_wip_draw_Circle object>
Circle constructor.
Parameters
center_— The center of the circleradius_— The radius of the circlecolor_— The color of the circlethick_— The thickness of the circle outline, if positive. Negative values, like FILLED, mean that a filled circle is to be drawnlt_— The Type of the circle boundary. See LineTypesshift_— The Number of fractional bits in the coordinates of the center and in the radius value
Member Data Documentation#
center#
GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Circle::center
The center of the circle.
color#
GAPI_PROP_RW cv::Scalar cv::gapi::wip::draw::Circle::color
The color of the circle.
lt#
GAPI_PROP_RW int cv::gapi::wip::draw::Circle::lt
The Type of the circle boundary. See LineTypes.
radius#
GAPI_PROP_RW int cv::gapi::wip::draw::Circle::radius
The radius of the circle.
shift#
GAPI_PROP_RW int cv::gapi::wip::draw::Circle::shift
The Number of fractional bits in the coordinates of the center and in the radius value.
thick#
GAPI_PROP_RW int cv::gapi::wip::draw::Circle::thick
The thickness of the circle outline, if positive. Negative values, like FILLED, mean that a filled circle is to be drawn.
Source file#
The documentation for this struct was generated from the following file:
opencv2/gapi/render/render_types.hpp