OpenCV  4.1.1
Open Source Computer Vision
Public Attributes | List of all members
cv::gapi::wip::draw::Line 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...
 
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...
 

Detailed Description

A structure to represent parameters for drawing a line

Member Data Documentation

§ color

cv::Scalar cv::gapi::wip::draw::Line::color

The line color.

§ lt

int cv::gapi::wip::draw::Line::lt

The Type of the line. See LineTypes.

§ pt1

cv::Point cv::gapi::wip::draw::Line::pt1

The first point of the line segment.

§ pt2

cv::Point cv::gapi::wip::draw::Line::pt2

The second point of the line segment.

§ shift

int cv::gapi::wip::draw::Line::shift

The number of fractional bits in the point coordinates.

§ thick

int cv::gapi::wip::draw::Line::thick

The thickness of line.


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