OpenCV  4.5.1
Open Source Computer Vision
Public Member Functions | List of all members
cv::detail::tracking::feature::CvHaarEvaluator::FeatureHaar Class Reference

#include <opencv2/video/detail/tracking_feature.private.hpp>

Public Member Functions

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

Constructor & Destructor Documentation

◆ FeatureHaar()

cv::detail::tracking::feature::CvHaarEvaluator::FeatureHaar::FeatureHaar ( Size  patchSize)

Member Function Documentation

◆ eval()

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

◆ getAreas()

const std::vector<Rect>& cv::detail::tracking::feature::CvHaarEvaluator::FeatureHaar::getAreas ( ) const
inline

◆ getNumAreas()

int cv::detail::tracking::feature::CvHaarEvaluator::FeatureHaar::getNumAreas ( ) const
inline

◆ getWeights()

const std::vector<float>& cv::detail::tracking::feature::CvHaarEvaluator::FeatureHaar::getWeights ( ) const
inline

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