Searched refs:BOWImgDescriptorExtractor (Results 1 – 2 of 2) sorted by relevance
119 BOWImgDescriptorExtractor::BOWImgDescriptorExtractor( const Ptr<DescriptorExtractor>& _dextractor, in BOWImgDescriptorExtractor() function in cv::BOWImgDescriptorExtractor124 BOWImgDescriptorExtractor::BOWImgDescriptorExtractor( const Ptr<DescriptorMatcher>& _dmatcher ) : in BOWImgDescriptorExtractor() function in cv::BOWImgDescriptorExtractor128 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()
1226 class CV_EXPORTS_W BOWImgDescriptorExtractor class1236 CV_WRAP BOWImgDescriptorExtractor( const Ptr<DescriptorExtractor>& dextractor,1239 BOWImgDescriptorExtractor( const Ptr<DescriptorMatcher>& dmatcher );1240 virtual ~BOWImgDescriptorExtractor();