OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cv::detail::tracking::online_boosting::ClassifierThreshold Class Reference

#include <opencv2/tracking/onlineBoosting.hpp>

Collaboration diagram for cv::detail::tracking::online_boosting::ClassifierThreshold:

Public Member Functions

 ClassifierThreshold (EstimatedGaussDistribution *posSamples, EstimatedGaussDistribution *negSamples)
 
virtual ~ClassifierThreshold ()
 
int eval (float value)
 
void * getDistribution (int target)
 
void update (float value, int target)
 

Constructor & Destructor Documentation

◆ ClassifierThreshold()

cv::detail::tracking::online_boosting::ClassifierThreshold::ClassifierThreshold ( EstimatedGaussDistribution posSamples,
EstimatedGaussDistribution negSamples 
)

◆ ~ClassifierThreshold()

virtual cv::detail::tracking::online_boosting::ClassifierThreshold::~ClassifierThreshold ( )
virtual

Member Function Documentation

◆ eval()

int cv::detail::tracking::online_boosting::ClassifierThreshold::eval ( float  value)

◆ getDistribution()

void * cv::detail::tracking::online_boosting::ClassifierThreshold::getDistribution ( int  target)

◆ update()

void cv::detail::tracking::online_boosting::ClassifierThreshold::update ( float  value,
int  target 
)

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