Home
last modified time | relevance | path

Searched refs:featComponent (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/apps/traincascade/
DHOGfeatures.h35 …( const std::vector<cv::Mat> &_hists, const cv::Mat &_normSum, size_t y, int featComponent ) const;
60 …c( const std::vector<cv::Mat>& _hists, const cv::Mat& _normSum, size_t y, int featComponent ) const in calc() argument
65 int binIdx = featComponent % N_BINS; in calc()
66 int cellIdx = featComponent / N_BINS; in calc()