$darkmode
![]() |
OpenCV 4.11.0
Open Source Computer Vision
|
This structure represents a line to draw. More...
#include <opencv2/gapi/render/render_types.hpp>
Public Member Functions | |
GAPI_WRAP | Line ()=default |
GAPI_WRAP | Line (const cv::Point &pt1_, const cv::Point &pt2_, const cv::Scalar &color_, int thick_=1, int lt_=8, int shift_=0) |
Line constructor. More... | |
Public Attributes | |
GAPI_PROP_RW cv::Scalar | color |
The line color. More... | |
GAPI_PROP_RW int | lt |
The Type of the line. See LineTypes. More... | |
GAPI_PROP_RW cv::Point | pt1 |
The first point of the line segment. More... | |
GAPI_PROP_RW cv::Point | pt2 |
The second point of the line segment. More... | |
GAPI_PROP_RW int | shift |
The number of fractional bits in the point coordinates. More... | |
GAPI_PROP_RW int | thick |
The thickness of line. More... | |
This structure represents a line to draw.
Parameters match cv::line().
|
inline |
|
default |
GAPI_PROP_RW cv::Scalar cv::gapi::wip::draw::Line::color |
The line color.
GAPI_PROP_RW int cv::gapi::wip::draw::Line::lt |
The Type of the line. See LineTypes.
GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Line::pt1 |
The first point of the line segment.
GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Line::pt2 |
The second point of the line segment.
GAPI_PROP_RW int cv::gapi::wip::draw::Line::shift |
The number of fractional bits in the point coordinates.
GAPI_PROP_RW int cv::gapi::wip::draw::Line::thick |
The thickness of line.