OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::gapi::own::Size Class Reference

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

Collaboration diagram for cv::gapi::own::Size:

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

◆ width


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