Loading...
Searching...
No Matches
cv::SimilarRects Class Reference
This class is used for grouping object candidates detected by Cascade Classifier, HOG etc. More...
#include <opencv2/objdetect.hpp>
Public Member Functions | |
| SimilarRects (double _eps) | |
| bool | operator() (const Rect &r1, const Rect &r2) const |
Public Attributes | |
| double | eps |
Detailed Description
This class is used for grouping object candidates detected by Cascade Classifier, HOG etc.
instance of the class is to be passed to cv::partition
Constructor & Destructor Documentation
◆ SimilarRects()
|
inline |
Member Function Documentation
◆ operator()()
Member Data Documentation
◆ eps
| double cv::SimilarRects::eps |
The documentation for this class was generated from the following file:
- opencv2/objdetect.hpp
1.9.6