Home
last modified time | relevance | path

Searched defs:BOWImgDescriptorExtractor (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/
Dbagofwords.cpp119 BOWImgDescriptorExtractor::BOWImgDescriptorExtractor( const Ptr<DescriptorExtractor>& _dextractor, in BOWImgDescriptorExtractor() function in cv::BOWImgDescriptorExtractor
124 BOWImgDescriptorExtractor::BOWImgDescriptorExtractor( const Ptr<DescriptorMatcher>& _dmatcher ) : in BOWImgDescriptorExtractor() function in cv::BOWImgDescriptorExtractor
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp1226 class CV_EXPORTS_W BOWImgDescriptorExtractor class