OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Member Function Documentation

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

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