OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/gapi/own/types.hpp>
公共成员函数 | |
Size ()=default | |
Size (const cv::Size &other) | |
Size (int _width, int _height) | |
Size & | operator= (const cv::Size &rhs) |
公共属性 | |
int | height = 0 |
int | width = 0 |
|
默认 |
|
内联 |
|
内联 |
int cv::gapi::own::Size::height = 0 |
int cv::gapi::own::Size::width = 0 |