29 #ifndef RTABMAP_ORBEXTRACTOR_H
30 #define RTABMAP_ORBEXTRACTOR_H
34 #include <opencv2/core/core_c.h>
47 std::vector<cv::KeyPoint>
vKeys;
49 std::list<ExtractorNode>::iterator
lit;
68 std::vector<cv::KeyPoint>& keypoints,
69 cv::OutputArray descriptors);
99 std::vector<cv::KeyPoint>
DistributeOctTree(
const std::vector<cv::KeyPoint>& vToDistributeKeys,
const int &minX,
100 const int &maxX,
const int &minY,
const int &maxY,
const int &nFeatures,
const int &level);