#include "types.hpp"
§ Rect() [1/3]
cv::gapi::own::Rect::Rect |
( |
| ) |
|
|
default |
§ Rect() [2/3]
cv::gapi::own::Rect::Rect |
( |
int |
_x, |
|
|
int |
_y, |
|
|
int |
_width, |
|
|
int |
_height |
|
) |
| |
|
inline |
§ Rect() [3/3]
cv::gapi::own::Rect::Rect |
( |
const cv::Rect & |
other | ) |
|
|
inline |
§ operator=()
Rect& cv::gapi::own::Rect::operator= |
( |
const cv::Rect & |
other | ) |
|
|
inline |
§ height
int cv::gapi::own::Rect::height = 0 |
§ width
int cv::gapi::own::Rect::width = 0 |
int cv::gapi::own::Rect::x = 0 |
x coordinate of the top-left corner
int cv::gapi::own::Rect::y = 0 |
y coordinate of the top-left corner
The documentation for this class was generated from the following file: