Home
last modified time | relevance | path

Searched refs:DescriptorMatcher (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dfeatures2d.hpp834 class CV_EXPORTS_W DescriptorMatcher : public Algorithm class
846 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 DescriptorMatcher
1109 virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const CV_OVERRIDE;
1129 class CV_EXPORTS_W FlannBasedMatcher : public DescriptorMatcher
1148 virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const CV_OVERRIDE;
1366 const Ptr<DescriptorMatcher>& dmatcher );
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp834 class CV_EXPORTS_W DescriptorMatcher : public Algorithm class
846 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 DescriptorMatcher
1109 virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const CV_OVERRIDE;
1129 class CV_EXPORTS_W FlannBasedMatcher : public DescriptorMatcher
1148 virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const CV_OVERRIDE;
1366 const Ptr<DescriptorMatcher>& dmatcher );
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp834 class CV_EXPORTS_W DescriptorMatcher : public Algorithm class
846 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 DescriptorMatcher
1109 virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const CV_OVERRIDE;
1129 class CV_EXPORTS_W FlannBasedMatcher : public DescriptorMatcher
1148 virtual Ptr<DescriptorMatcher> clone( bool emptyTrainData=false ) const CV_OVERRIDE;
1366 const Ptr<DescriptorMatcher>& dmatcher );
[all …]