OpenCV  3.4.10
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members

#include <opencv2/core/types_c.h>

Public Member Functions

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

Public Attributes

int height
 
int width
 
int x
 
int y
 

Detailed Description

See also
Rect_

Member Function Documentation

◆ operator cv::Rect_< _Tp >()

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

Member Data Documentation

◆ height

int CvRect::height

◆ width

int CvRect::width

◆ x

int CvRect::x

◆ y

int CvRect::y

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