![]() |
OpenCV
4.3.0
Open Source Computer Vision
|
This structure represents a line to draw. More...
#include <opencv2/gapi/render/render.hpp>
Public Member Functions | |
| Line (const cv::Point &pt1_, const cv::Point &pt2_, const cv::Scalar &color_, int thick_=1, int lt_=cv::LINE_8, int shift_=0) | |
| Line constructor. More... | |
Public Attributes | |
| cv::Point | pt1 |
| The first point of the line segment. More... | |
| cv::Point | pt2 |
| The second point of the line segment. 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 coordinates. More... | |
This structure represents a line to draw.
Parameters match cv::line().
|
inline |
| 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.
1.8.13