Searched refs:DescriptorMatcher (Results 1 – 3 of 3) sorted by relevance
834 class CV_EXPORTS_W DescriptorMatcher : public Algorithm class846 virtual ~DescriptorMatcher();1008 CV_WRAP virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const = 0;1021 CV_WRAP static Ptr<DescriptorMatcher> create( const String& descriptorMatcherType );1023 CV_WRAP static Ptr<DescriptorMatcher> create( int matcherType );1082 class CV_EXPORTS_W BFMatcher : public DescriptorMatcher1109 virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const CV_OVERRIDE;1129 class CV_EXPORTS_W FlannBasedMatcher : public DescriptorMatcher1148 virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const CV_OVERRIDE;1366 const Ptr<DescriptorMatcher>& dmatcher );[all …]