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