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... | |
cv::Point | pt1 |
The first point of the line segment. More... | |
cv::Point | pt2 |
The second point of the line segment. 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 line
cv::Scalar cv::gapi::wip::draw::Line::color |
The line color.
int cv::gapi::wip::draw::Line::lt |
The Type of the line. See LineTypes.
cv::Point cv::gapi::wip::draw::Line::pt1 |
The first point of the line segment.
cv::Point cv::gapi::wip::draw::Line::pt2 |
The second point of the line segment.
int cv::gapi::wip::draw::Line::shift |
The number of fractional bits in the point coordinates.
int cv::gapi::wip::draw::Line::thick |
The thickness of line.