OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::gapi::wip::draw::Line Struct Reference

A structure to represent parameters for drawing a line. More...

#include <opencv2/gapi/render.hpp>

Collaboration diagram for cv::gapi::wip::draw::Line:

Public Attributes

cv::Scalar color
 The line color. More...
 
int lt
 The Type of the line. 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: