OpenCV
3.4.20
Open Source Computer Vision
|
#include <opencv2/tracking/onlineMIL.hpp>
Classes | |
struct | Params |
Public Member Functions | |
ClfMilBoost () | |
~ClfMilBoost () | |
std::vector< float > | classify (const Mat &x, bool logR=true) |
void | init (const ClfMilBoost::Params ¶meters=ClfMilBoost::Params()) |
float | sigmoid (float x) |
void | update (const Mat &posx, const Mat &negx) |
cv::ClfMilBoost::ClfMilBoost | ( | ) |
cv::ClfMilBoost::~ClfMilBoost | ( | ) |
std::vector<float> cv::ClfMilBoost::classify | ( | const Mat & | x, |
bool | logR = true |
||
) |
void cv::ClfMilBoost::init | ( | const ClfMilBoost::Params & | parameters = ClfMilBoost::Params() | ) |
|
inline |