OpenCV  3.2.0-dev
Open Source Computer Vision

#include "types_c.h"

Collaboration diagram for CvRect:

Public Member Functions

 CvRect (int _x=0, int _y=0, int w=0, int h=0)
 
template<typename _Tp >
 CvRect (const cv::Rect_< _Tp > &r)
 
template<typename _Tp >
 operator cv::Rect_< _Tp > () const
 

Public Attributes

int height
 
int width
 
int x
 
int y
 

Detailed Description

See also
Rect_

Constructor & Destructor Documentation

CvRect::CvRect ( int  _x = 0,
int  _y = 0,
int  w = 0,
int  h = 0 
)
inline
template<typename _Tp >
CvRect::CvRect ( const cv::Rect_< _Tp > &  r)
inline

Member Function Documentation

template<typename _Tp >
CvRect::operator cv::Rect_< _Tp > ( ) const
inline

Member Data Documentation

int CvRect::height

Referenced by cvRect(), and cvRectToROI().

int CvRect::width

Referenced by cvRect(), and cvRectToROI().

int CvRect::x

Referenced by cvRect(), and cvRectToROI().

int CvRect::y

Referenced by cvRect(), and cvRectToROI().


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