OpenCV  3.3.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members

#include "types_c.h"

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

Member Data Documentation

§ height

int CvSize::height

§ width

int CvSize::width

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