OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

#include "types_c.h"

Collaboration diagram for CvSize:

Public Member Functions

 CvSize (int w=0, int h=0)
 
template<typename _Tp >
 CvSize (const cv::Size_< _Tp > &sz)
 
template<typename _Tp >
 operator cv::Size_< _Tp > () const
 

Public Attributes

int height
 
int width
 

Constructor & Destructor Documentation

◆ CvSize() [1/2]

CvSize::CvSize ( int  w = 0,
int  h = 0 
)
inline

◆ CvSize() [2/2]

template<typename _Tp >
CvSize::CvSize ( const cv::Size_< _Tp > &  sz)
inline

Member Function Documentation

◆ operator cv::Size_< _Tp >()

template<typename _Tp >
CvSize::operator cv::Size_< _Tp > ( ) const
inline

References cv::saturate_cast().

Here is the call graph for this function:

Member Data Documentation

◆ height

int CvSize::height

◆ width

int CvSize::width

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