This structure represents a line to draw.  
 More...
#include <opencv2/gapi/render/render_types.hpp>
This structure represents a line to draw. 
Parameters match cv::line(). 
◆ Line() [1/2]
Line constructor. 
- Parameters
- 
  
    | pt1_ | The first point of the line segment |  | pt2_ | The second point of the line segment |  | color_ | The line color |  | thick_ | The thickness of line |  | lt_ | The Type of the line. See LineTypes |  | shift_ | The number of fractional bits in the point coordinates |  
 
 
 
◆ Line() [2/2]
  
  | 
        
          | GAPI_WRAP cv::gapi::wip::draw::Line::Line | ( |  | ) |  |  | default | 
 
 
◆ color
◆ lt
◆ pt1
The first point of the line segment. 
 
 
◆ pt2
The second point of the line segment. 
 
 
◆ shift
The number of fractional bits in the point coordinates. 
 
 
◆ thick
The documentation for this struct was generated from the following file: