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::Rect Struct Reference

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

#include <opencv2/gapi/render.hpp>

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

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...
 

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: