OpenCV  3.3.0
Open Source Computer Vision
Public Member Functions | List of all members
cv::ClassifierThreshold Class Reference

#include "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)
 

Constructor & Destructor Documentation

§ ClassifierThreshold()

cv::ClassifierThreshold::ClassifierThreshold ( EstimatedGaussDistribution posSamples,
EstimatedGaussDistribution negSamples 
)

§ ~ClassifierThreshold()

virtual cv::ClassifierThreshold::~ClassifierThreshold ( )
virtual

Member Function Documentation

§ eval()

int cv::ClassifierThreshold::eval ( float  value)

§ getDistribution()

void* cv::ClassifierThreshold::getDistribution ( int  target)

§ update()

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

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