OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::SimilarRects Class Reference

class for grouping object candidates, detected by Cascade Classifier, HOG etc. More...

#include <opencv2/objdetect.hpp>

Collaboration diagram for cv::SimilarRects:

Public Member Functions

 SimilarRects (double _eps)
 
bool operator() (const Rect &r1, const Rect &r2) const
 

Public Attributes

double eps
 

Detailed Description

class for grouping object candidates, detected by Cascade Classifier, HOG etc.

instance of the class is to be passed to cv::partition (see cxoperations.hpp)

Constructor & Destructor Documentation

◆ SimilarRects()

cv::SimilarRects::SimilarRects ( double  _eps)
inline

Member Function Documentation

◆ operator()()

bool cv::SimilarRects::operator() ( const Rect r1,
const Rect r2 
) const
inline

References cv::abs(), cv::Rect_< _Tp >::height, cv::min(), cv::Rect_< _Tp >::width, cv::Rect_< _Tp >::x, and cv::Rect_< _Tp >::y.

Here is the call graph for this function:

Member Data Documentation

◆ eps

double cv::SimilarRects::eps

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