![]() |
OpenCV
4.1.2
Open Source Computer Vision
|
#include <opencv2/gapi/render.hpp>
Public Attributes | |
| cv::Scalar | color |
| The line color. More... | |
| int | lt |
| The Type of the line. See LineTypes. More... | |
| std::vector< cv::Point > | points |
| Points to connect. More... | |
| int | shift |
| The number of fractional bits in the point coordinates. More... | |
| int | thick |
| The thickness of line. More... | |
A structure to represent parameters for drawing a polygon
| 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 coordinates.
| int cv::gapi::wip::draw::Poly::thick |
The thickness of line.
1.8.9.1