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