OpenCV
3.4.20
Open Source Computer Vision
|
#include <opencv2/tracking/onlineBoosting.hpp>
Public Member Functions | |
ClassifierThreshold (EstimatedGaussDistribution *posSamples, EstimatedGaussDistribution *negSamples) | |
virtual | ~ClassifierThreshold () |
int | eval (float value) |
void * | getDistribution (int target) |
void | update (float value, int target) |
cv::ClassifierThreshold::ClassifierThreshold | ( | EstimatedGaussDistribution * | posSamples, |
EstimatedGaussDistribution * | negSamples | ||
) |
|
virtual |
int cv::ClassifierThreshold::eval | ( | float | value | ) |
void* cv::ClassifierThreshold::getDistribution | ( | int | target | ) |
void cv::ClassifierThreshold::update | ( | float | value, |
int | target | ||
) |