A structure to represent parameters for drawing a rectangle. More...
#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. 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. More... | |
A structure to represent parameters for drawing a rectangle.
| cv::Scalar cv::gapi::wip::draw::Rect::color |
The rectangle color or brightness (grayscale image)
| int cv::gapi::wip::draw::Rect::lt |
The type of the line.
See LineTypes
| cv::Rect cv::gapi::wip::draw::Rect::rect |
Coordinates of the rectangle.
| int cv::gapi::wip::draw::Rect::shift |
The number of fractional bits in the point coordinates.
| 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