OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::gapi::own::Size Class Reference

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

Public Member Functions

 Size ()=default
 Size (const cv::Size &other)
 Size (int _width, int _height)
Sizeoperator= (const cv::Size &rhs)

Public Attributes

int height = 0
int width = 0

Constructor & Destructor Documentation

◆ Size() [1/3]

cv::gapi::own::Size::Size ( )
default

◆ Size() [2/3]

cv::gapi::own::Size::Size ( int _width,
int _height )
inline

◆ Size() [3/3]

cv::gapi::own::Size::Size ( const cv::Size & other)
inline

Member Function Documentation

◆ operator=()

Size & cv::gapi::own::Size::operator= ( const cv::Size & rhs)
inline

Member Data Documentation

◆ height

◆ width


The documentation for this class was generated from the following file: