OpenCV  4.1.1
Open Source Computer Vision
Public Attributes | List of all members
cv::gapi::wip::draw::Rect Struct Reference

#include <opencv2/gapi/render.hpp>

Public Attributes

cv::Scalar color
 The rectangle color or brightness (grayscale image) More...
 
int lt
 The type of the line. See LineTypes. More...
 
cv::Rect rect
 Coordinates of the rectangle. More...
 
int shift
 The number of fractional bits in the point coordinates. More...
 
int thick
 The thickness of lines that make up the rectangle. Negative values, like FILLED, mean that the function has to draw a filled rectangle. More...
 

Detailed Description

A structure to represent parameters for drawing a rectangle

Member Data Documentation

§ color

cv::Scalar cv::gapi::wip::draw::Rect::color

The rectangle color or brightness (grayscale image)

§ lt

int cv::gapi::wip::draw::Rect::lt

The type of the line. See LineTypes.

§ rect

cv::Rect cv::gapi::wip::draw::Rect::rect

Coordinates of the rectangle.

§ shift

int cv::gapi::wip::draw::Rect::shift

The number of fractional bits in the point coordinates.

§ thick

int cv::gapi::wip::draw::Rect::thick

The thickness of lines that make up the rectangle. Negative values, like FILLED, mean that the function has to draw a filled rectangle.


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