Home
last modified time | relevance | path

Searched refs: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
128 BOWImgDescriptorExtractor::~BOWImgDescriptorExtractor() in ~BOWImgDescriptorExtractor()
131 void BOWImgDescriptorExtractor::setVocabulary( const Mat& _vocabulary ) in setVocabulary()
138 const Mat& BOWImgDescriptorExtractor::getVocabulary() const in getVocabulary()
143 void BOWImgDescriptorExtractor::compute( InputArray image, std::vector<KeyPoint>& keypoints, Output… in compute()
163 int BOWImgDescriptorExtractor::descriptorSize() const in descriptorSize()
168 int BOWImgDescriptorExtractor::descriptorType() const in descriptorType()
173 void BOWImgDescriptorExtractor::compute( InputArray keypointDescriptors, OutputArray _imgDescriptor… in compute()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp1226 class CV_EXPORTS_W BOWImgDescriptorExtractor class
1236 CV_WRAP BOWImgDescriptorExtractor( const Ptr<DescriptorExtractor>& dextractor,
1239 BOWImgDescriptorExtractor( const Ptr<DescriptorMatcher>& dmatcher );
1240 virtual ~BOWImgDescriptorExtractor();