OpenCV  3.0.0
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::xobjdetect::Stump Class Reference

#include "private.hpp"

Public Member Functions

 Stump ()
 
 Stump (int threshold, int polarity, float pos_value, float neg_value)
 
float predict (int value) const
 
void read (const FileNode &node)
 
int train (const Mat &data, const Mat &labels, const Mat &weights, const std::vector< int > &visited_features, bool use_fast_log=false)
 
void write (FileStorage &fs) const
 

Constructor & Destructor Documentation

cv::xobjdetect::Stump::Stump ( )
inline
cv::xobjdetect::Stump::Stump ( int  threshold,
int  polarity,
float  pos_value,
float  neg_value 
)
inline

Member Function Documentation

float cv::xobjdetect::Stump::predict ( int  value) const
void cv::xobjdetect::Stump::read ( const FileNode node)
inline
int cv::xobjdetect::Stump::train ( const Mat data,
const Mat labels,
const Mat weights,
const std::vector< int > &  visited_features,
bool  use_fast_log = false 
)
void cv::xobjdetect::Stump::write ( FileStorage fs) const
inline

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