Class cv::SimilarRects#
This class is used for grouping object candidates detected by Cascade Classifier, HOG etc. View details
#include <opencv2/xobjdetect.hpp>Collaboration diagram for cv::SimilarRects:
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()#
cv::SimilarRects::SimilarRects(double _eps)
Member Function Documentation#
operator()()#
bool cv::SimilarRects::operator()(
const Rect & r1,
const Rect & r2 )
Member Data Documentation#
eps#
double cv::SimilarRects::eps
Source file#
The documentation for this class was generated from the following file:
opencv2/xobjdetect.hpp