OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
CvRect Struct Reference

#include "types_c.h"

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
int CvRect::width
int CvRect::x
int CvRect::y

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