OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

#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() [1/2]

CvRect::CvRect ( int  _x = 0,
int  _y = 0,
int  w = 0,
int  h = 0 
)
inline

◆ CvRect() [2/2]

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

Member Function Documentation

◆ operator cv::Rect_< _Tp >()

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

Member Data Documentation

◆ height

int CvRect::height

Referenced by cvRectToROI().

◆ width

int CvRect::width

Referenced by cvRectToROI().

◆ x

int CvRect::x

Referenced by cvRectToROI().

◆ y

int CvRect::y

Referenced by cvRectToROI().


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