OpenCV
3.2.0
Open Source Computer Vision
|
#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 |
CvRect::CvRect | ( | int | _x = 0 , |
int | _y = 0 , |
||
int | w = 0 , |
||
int | h = 0 |
||
) |
CvRect::CvRect | ( | const cv::Rect_< _Tp > & | r | ) |
CvRect::operator cv::Rect_< _Tp > | ( | ) | const |
int CvRect::height |
int CvRect::width |
int CvRect::x |
int CvRect::y |