#include <opencv2/tracking/onlineBoosting.hpp>
◆ Detector()
◆ ~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 | ) |
|
The documentation for this class was generated from the following file: