OpenCV
4.5.3
Open Source Computer Vision
|
#include <opencv2/objdetect.hpp>
Public Member Functions | |
SimilarRects (double _eps) | |
bool | operator() (const Rect &r1, const Rect &r2) const |
Public Attributes | |
double | eps |
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)
|
inline |
double cv::SimilarRects::eps |