Go to the documentation of this file. 1 #ifndef CVKAZEFEATUREDETECTOR_H
2 #define CVKAZEFEATUREDETECTOR_H
20 double computeDist(
const cv::Mat &desc1,
const cv::Mat &desc2)
const override;
25 #endif // CVKAZEFEATUREDETECTOR_H
cvKAZEFeatureDetector(int n, int n_per_cell, double max_matching_dist=0.5)
Definition: cvKAZEFeatureDetector.h:13
double computeDist(const cv::Mat &desc1, const cv::Mat &desc2) const override
Virtual function to compute the distance between two feature descriptors.
Definition: cvKAZEFeatureDetector.cpp:18
void init() override
Virtual function to initialize the feature detector.
Definition: cvKAZEFeatureDetector.cpp:8
Class for detecting and computing KAZE features using OpenCV.
Definition: cvKAZEFeatureDetector.h:11
Definition: AFeature2D.h:8
double _max_matching_dist
distance threshold for matching
Definition: aFeatureDetector.h:136
AOpenCVFeatureDetector class for detecting and computing features using OpenCV.
Definition: aOpenCVFeatureDetector.h:16