OpenCV  4.1.1
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::gapi::own::Size Class Reference

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

Public Member Functions

 Size ()=default
 
 Size (int _width, int _height)
 
 Size (const cv::Size &other)
 
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

int cv::gapi::own::Size::height = 0

§ width

int cv::gapi::own::Size::width = 0

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