Searched defs:computeChannels (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/objdetect/src/
H A Dcascadedetect.hpp66 virtual void computeChannels( int, InputArray ) {} function in class:cv::FeatureEvaluator
378 virtual void computeChannels( int i, InputArray img );
462 virtual void computeChannels( int i, InputArray img );
H A Dcascadedetect.cpp530 computeChannels((int)i, dst);
562 computeChannels((int)i, dst);
663 void HaarEvaluator::computeChannels(int scaleIdx, InputArray img) function in class:cv::HaarEvaluator
846 void LBPEvaluator::computeChannels(int scaleIdx, InputArray _img) function in class:cv::LBPEvaluator

Completed in 163 milliseconds