Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbagofwords.cpp173 void BOWImgDescriptorExtractor::compute( InputArray keypointDescriptors, OutputArray _imgDescriptor… in compute() argument
181 dmatcher->match( keypointDescriptors, matches ); in compute()
208 imgDescriptor /= keypointDescriptors.size().height; in compute()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp1272 void compute( InputArray keypointDescriptors, OutputArray imgDescriptor,