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

#include <opencv2/tracking/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

§ FeatureHaar()

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

Member Function Documentation

§ eval()

bool cv::CvHaarEvaluator::FeatureHaar::eval ( const Mat image,
Rect  ROI,
float *  result 
) const

§ getAreas()

const std::vector<Rect>& cv::CvHaarEvaluator::FeatureHaar::getAreas ( ) const

§ getInitMean()

float cv::CvHaarEvaluator::FeatureHaar::getInitMean ( ) const

§ getInitSigma()

float cv::CvHaarEvaluator::FeatureHaar::getInitSigma ( ) const

§ getNumAreas()

int cv::CvHaarEvaluator::FeatureHaar::getNumAreas ( )

§ getWeights()

const std::vector<float>& cv::CvHaarEvaluator::FeatureHaar::getWeights ( ) const

§ write()

void cv::CvHaarEvaluator::FeatureHaar::write ( FileStorage  ) const
inline

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