OpenCV  4.5.2
Open Source Computer Vision
Public Member Functions | List of all members
cv::detail::tracking::online_boosting::Detector Class Reference

#include <opencv2/tracking/onlineBoosting.hpp>

Public Member Functions

 Detector (StrongClassifierDirectSelection *classifier)
 
virtual ~Detector (void)
 
void classifySmooth (const std::vector< Mat > &image, float minMargin=0)
 
float getConfidence (int patchIdx)
 
float getConfidenceOfBestDetection ()
 
float getConfidenceOfDetection (int detectionIdx)
 
const std::vector< float > & getConfidences () const
 
const cv::MatgetConfImageDisplay () const
 
const std::vector< int > & getIdxDetections () const
 
int getNumDetections ()
 
int getPatchIdxOfBestDetection ()
 
int getPatchIdxOfDetection (int detectionIdx)
 

Constructor & Destructor Documentation

cv::detail::tracking::online_boosting::Detector::Detector ( StrongClassifierDirectSelection classifier)
virtual cv::detail::tracking::online_boosting::Detector::~Detector ( void  )
virtual

Member Function Documentation

void cv::detail::tracking::online_boosting::Detector::classifySmooth ( const std::vector< Mat > &  image,
float  minMargin = 0 
)
float cv::detail::tracking::online_boosting::Detector::getConfidence ( int  patchIdx)
float cv::detail::tracking::online_boosting::Detector::getConfidenceOfBestDetection ( )
inline
float cv::detail::tracking::online_boosting::Detector::getConfidenceOfDetection ( int  detectionIdx)
const std::vector<float>& cv::detail::tracking::online_boosting::Detector::getConfidences ( ) const
inline
const cv::Mat& cv::detail::tracking::online_boosting::Detector::getConfImageDisplay ( ) const
inline
const std::vector<int>& cv::detail::tracking::online_boosting::Detector::getIdxDetections ( ) const
inline
int cv::detail::tracking::online_boosting::Detector::getNumDetections ( )
int cv::detail::tracking::online_boosting::Detector::getPatchIdxOfBestDetection ( )
int cv::detail::tracking::online_boosting::Detector::getPatchIdxOfDetection ( int  detectionIdx)

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