OpenCV  4.1.2
Open Source Computer Vision
Public Attributes | List of all members
cv::gapi::wip::draw::Poly Struct Reference

#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::Pointpoints
 Points to connect. More...
 
int shift
 The number of fractional bits in the point coordinates. More...
 
int thick
 The thickness of line. More...
 

Detailed Description

A structure to represent parameters for drawing a polygon

Member Data Documentation

§ color

cv::Scalar cv::gapi::wip::draw::Poly::color

The line color.

§ lt

int cv::gapi::wip::draw::Poly::lt

The Type of the line. See LineTypes.

§ points

std::vector<cv::Point> cv::gapi::wip::draw::Poly::points

Points to connect.

§ shift

int cv::gapi::wip::draw::Poly::shift

The number of fractional bits in the point coordinates.

§ thick

int cv::gapi::wip::draw::Poly::thick

The thickness of line.


The documentation for this struct was generated from the following file: