OpenCV  4.1.2
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

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.


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