OpenCV
4.0.0
Open Source Computer Vision
|
#include "types.hpp"
Public Member Functions | |
Size ()=default | |
Size (int _width, int _height) | |
Size (const cv::Size &other) | |
Size & | operator= (const cv::Size &rhs) |
Public Attributes | |
int | height = 0 |
int | width = 0 |
|
default |
|
inline |
|
inline |
int cv::gapi::own::Size::height = 0 |
int cv::gapi::own::Size::width = 0 |