OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
公共成员函数 | 所有成员列表
cv::detail::tracking::online_boosting::Detector 类参考

#include <opencv2/tracking/onlineBoosting.hpp>

cv::detail::tracking::online_boosting::Detector 的协作图

公共成员函数

 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)
 

构造函数和析构函数文档

◆ Detector()

cv::detail::tracking::online_boosting::Detector::Detector ( StrongClassifierDirectSelection classifier)

◆ ~Detector()

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

成员函数文档

◆ classifySmooth()

void cv::detail::tracking::online_boosting::Detector::classifySmooth ( const std::vector< Mat > &  image,
float  minMargin = 0 
)

◆ getConfidence()

float cv::detail::tracking::online_boosting::Detector::getConfidence ( int  patchIdx)

◆ getConfidenceOfBestDetection()

float cv::detail::tracking::online_boosting::Detector::getConfidenceOfBestDetection ( )
inline

◆ getConfidenceOfDetection()

float cv::detail::tracking::online_boosting::Detector::getConfidenceOfDetection ( int  detectionIdx)

◆ getConfidences()

const std::vector< float > & cv::detail::tracking::online_boosting::Detector::getConfidences ( ) const
inline

◆ getConfImageDisplay()

const cv::Mat & cv::detail::tracking::online_boosting::Detector::getConfImageDisplay ( ) const
inline

◆ getIdxDetections()

const std::vector< int > & cv::detail::tracking::online_boosting::Detector::getIdxDetections ( ) const
inline

◆ getNumDetections()

int cv::detail::tracking::online_boosting::Detector::getNumDetections ( )

◆ getPatchIdxOfBestDetection()

int cv::detail::tracking::online_boosting::Detector::getPatchIdxOfBestDetection ( )

◆ getPatchIdxOfDetection()

int cv::detail::tracking::online_boosting::Detector::getPatchIdxOfDetection ( int  detectionIdx)

该类的文档是从以下文件生成的