This structure represents a polygon to draw.
More...
#include <opencv2/gapi/render/render_types.hpp>
This structure represents a polygon to draw.
◆ Poly() [1/2]
cv::gapi::wip::draw::Poly::Poly |
( |
const std::vector< cv::Point > & |
points_, |
|
|
const cv::Scalar & |
color_, |
|
|
int |
thick_ = 1 , |
|
|
int |
lt_ = 8 , |
|
|
int |
shift_ = 0 |
|
) |
| |
|
inline |
Mosaic constructor.
- Parameters
-
points_ | Points to connect |
color_ | The line color |
thick_ | The thickness of line |
lt_ | The Type of the line. See LineTypes |
shift_ | The number of fractional bits in the point coordinate |
◆ Poly() [2/2]
cv::gapi::wip::draw::Poly::Poly |
( |
| ) |
|
|
default |
◆ color
◆ lt
int cv::gapi::wip::draw::Poly::lt |
◆ points
std::vector<cv::Point> cv::gapi::wip::draw::Poly::points |
◆ shift
int cv::gapi::wip::draw::Poly::shift |
The number of fractional bits in the point coordinate.
◆ thick
int cv::gapi::wip::draw::Poly::thick |
The documentation for this struct was generated from the following file: