OpenCV
5.0.0-pre
Open Source Computer Vision
|
This structure represents a polygon to draw. More...
#include <opencv2/gapi/render/render_types.hpp>
Public Member Functions | |
GAPI_WRAP | Poly ()=default |
GAPI_WRAP | Poly (const std::vector< cv::Point > &points_, const cv::Scalar &color_, int thick_=1, int lt_=8, int shift_=0) |
Mosaic constructor. | |
Public Attributes | |
GAPI_PROP_RW cv::Scalar | color |
The line color. | |
GAPI_PROP_RW int | lt |
The Type of the line. See LineTypes. | |
GAPI_PROP_RW std::vector< cv::Point > | points |
Points to connect. | |
GAPI_PROP_RW int | shift |
The number of fractional bits in the point coordinate. | |
GAPI_PROP_RW int | thick |
The thickness of line. | |
This structure represents a polygon to draw.
|
inline |
|
default |
GAPI_PROP_RW cv::Scalar cv::gapi::wip::draw::Poly::color |
The line color.
GAPI_PROP_RW int cv::gapi::wip::draw::Poly::lt |
The Type of the line. See LineTypes.
GAPI_PROP_RW std::vector<cv::Point> cv::gapi::wip::draw::Poly::points |
Points to connect.
GAPI_PROP_RW int cv::gapi::wip::draw::Poly::shift |
The number of fractional bits in the point coordinate.
GAPI_PROP_RW int cv::gapi::wip::draw::Poly::thick |
The thickness of line.