OpenCV 4.11.0
开源计算机视觉
|
此类用于对由级联分类器、HOG 等检测到的目标候选进行分组。更多…
#include <opencv2/objdetect.hpp>
公有成员函数 | |
SimilarRects (double _eps) | |
bool | operator() (const Rect &r1, const Rect &r2) const |
公有属性 | |
double | eps |
此类用于对由级联分类器、HOG 等检测到的目标候选进行分组。
类的实例将传递给 cv::partition
|
inline |
double cv::SimilarRects::eps |