Struct cv::gapi::wip::draw::Circle#

This structure represents a circle to draw. View details

Collaboration diagram for cv::gapi::wip::draw::Circle:

cv::gapi::wip::draw::Circle Node1 cv::gapi::wip::draw ::Circle   + Circle() + Circle() Node2 cv::Point_< _Tp >   + Point_() + Point_() + Point_() + Point_() + Point_() + Point_() + cross() + ddot() + dot() + inside() + operator Point_< _Tp2 >() + operator Vec< _Tp, 2 >() + operator=() + operator=() Node2->Node1 +center Node3 _Tp     Node3->Node2 +x +y Node7 cv::Matx< _Tp, cn, 1 >   + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() and 33 more... + all() + diag() + eye() + ones() + randn() + randu() + zeros() Node3->Node7 +val Node8 cv::Matx< _Tp, m, n >   + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() and 33 more... + all() + diag() + eye() + ones() + randn() + randu() + zeros() Node3->Node8 +val Node4 int     Node4->Node1 +lt +radius +shift +thick Node5 cv::Scalar_< _Tp >   + Scalar_() + Scalar_() + Scalar_() + Scalar_() + Scalar_() + Scalar_() + conj() + isReal() + mul() + operator Scalar_< T2 >() + operator=() + operator=() + all() Node5->Node1 +color Node6 cv::Vec< _Tp, 4 >   + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() and 17 more... + all() + diag() + eye() + ones() + randn() + randu() + zeros() Node6->Node5 Node7->Node6 Node9 cv::Vec< _Tp, cn >   + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() and 17 more... + all() + diag() + eye() + ones() + randn() + randu() + zeros() Node7->Node9 Node8->Node7 < _Tp, cn, 1 > Node9->Node6 < _Tp, 4 >

cv::gapi::wip::draw::Circle Node1 cv::gapi::wip::draw ::Circle   + Circle() + Circle() Node2 cv::Point_< _Tp >   + Point_() + Point_() + Point_() + Point_() + Point_() + Point_() + cross() + ddot() + dot() + inside() + operator Point_< _Tp2 >() + operator Vec< _Tp, 2 >() + operator=() + operator=() Node2->Node1 +center Node3 _Tp     Node3->Node2 +x +y Node7 cv::Matx< _Tp, cn, 1 >   + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() and 33 more... + all() + diag() + eye() + ones() + randn() + randu() + zeros() Node3->Node7 +val Node8 cv::Matx< _Tp, m, n >   + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() + Matx() and 33 more... + all() + diag() + eye() + ones() + randn() + randu() + zeros() Node3->Node8 +val Node4 int     Node4->Node1 +lt +radius +shift +thick Node5 cv::Scalar_< _Tp >   + Scalar_() + Scalar_() + Scalar_() + Scalar_() + Scalar_() + Scalar_() + conj() + isReal() + mul() + operator Scalar_< T2 >() + operator=() + operator=() + all() Node5->Node1 +color Node6 cv::Vec< _Tp, 4 >   + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() and 17 more... + all() + diag() + eye() + ones() + randn() + randu() + zeros() Node6->Node5 Node7->Node6 Node9 cv::Vec< _Tp, cn >   + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() + Vec() and 17 more... + all() + diag() + eye() + ones() + randn() + randu() + zeros() Node7->Node9 Node8->Node7 < _Tp, cn, 1 > Node9->Node6 < _Tp, 4 >

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 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

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: