Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbagofwords.cpp120 const Ptr<DescriptorMatcher>& _dmatcher ) : in BOWImgDescriptorExtractor()
124 BOWImgDescriptorExtractor::BOWImgDescriptorExtractor( const Ptr<DescriptorMatcher>& _dmatcher ) : in BOWImgDescriptorExtractor()
/external/opencv3/modules/features2d/test/
Dtest_matchers_algorithmic.cpp57 …CV_DescriptorMatcherTest( const string& _name, const Ptr<DescriptorMatcher>& _dmatcher, float _bad… in CV_DescriptorMatcherTest()