![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
#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 |
| cv::CvHaarEvaluator::FeatureHaar::FeatureHaar | ( | Size | patchSize | ) |
| 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 |
1.8.12