OpenCV  3.0.0-dev
Open Source Computer Vision
Public Member Functions | List of all members
cv::CvHaarEvaluator::FeatureHaar Class Reference

#include "feature.hpp"

Public Member Functions

 FeatureHaar (Size patchSize)
 
bool eval (const Mat &image, Rect ROI, float *result) const
 
const std::vector< Rect > & getAreas () const
 
float getInitMean () const
 
float getInitSigma () const
 
int getNumAreas ()
 
const std::vector< float > & getWeights () const
 
void write (FileStorage) const
 

Constructor & Destructor Documentation

cv::CvHaarEvaluator::FeatureHaar::FeatureHaar ( Size  patchSize)

Member Function Documentation

bool cv::CvHaarEvaluator::FeatureHaar::eval ( const Mat image,
Rect  ROI,
float *  result 
) const
const std::vector<Rect>& cv::CvHaarEvaluator::FeatureHaar::getAreas ( ) const
float cv::CvHaarEvaluator::FeatureHaar::getInitMean ( ) const
float cv::CvHaarEvaluator::FeatureHaar::getInitSigma ( ) const
int cv::CvHaarEvaluator::FeatureHaar::getNumAreas ( )
const std::vector<float>& cv::CvHaarEvaluator::FeatureHaar::getWeights ( ) const
void cv::CvHaarEvaluator::FeatureHaar::write ( FileStorage  ) const
inline

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