OpenCV  3.2.0-dev
Open Source Computer Vision

#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::CvSize ( int  w = 0,
int  h = 0 
)
inline
template<typename _Tp >
CvSize::CvSize ( const cv::Size_< _Tp > &  sz)
inline

Member Function Documentation

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

int CvSize::height

Referenced by cvEllipseBox(), and cvSize().

int CvSize::width

Referenced by cvEllipseBox(), and cvSize().


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