#include <opencv2/gapi/own/types.hpp>

Public Member Functions | |
| Rect ()=default | |
| Rect (int _x, int _y, int _width, int _height) | |
| Rect (const cv::Rect &other) | |
| Rect & | operator= (const cv::Rect &other) |
Public Attributes | |
| int | height = 0 |
| height of the rectangle More... | |
| int | width = 0 |
| width of the rectangle More... | |
| int | x = 0 |
| x coordinate of the top-left corner More... | |
| int | y = 0 |
| y coordinate of the top-left corner More... | |
|
default |
|
inline |
|
inline |
| int cv::gapi::own::Rect::height = 0 |
height of the rectangle
Referenced by cv::gapi::own::Mat::Mat(), cv::gapi::own::operator &=(), cv::gapi::own::operator<<(), cv::gapi::own::operator==(), and cv::gapi::own::to_ocv().
| int cv::gapi::own::Rect::width = 0 |
width of the rectangle
Referenced by cv::gapi::own::Mat::Mat(), cv::gapi::own::operator &=(), cv::gapi::own::operator<<(), cv::gapi::own::operator==(), and cv::gapi::own::to_ocv().
| int cv::gapi::own::Rect::x = 0 |
x coordinate of the top-left corner
Referenced by cv::gapi::own::Mat::Mat(), cv::gapi::own::operator &=(), cv::gapi::own::operator<<(), cv::gapi::own::operator==(), and cv::gapi::own::to_ocv().
| int cv::gapi::own::Rect::y = 0 |
y coordinate of the top-left corner
Referenced by cv::gapi::own::Mat::Mat(), cv::gapi::own::operator &=(), cv::gapi::own::operator<<(), cv::gapi::own::operator==(), and cv::gapi::own::to_ocv().