mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
RegVis: fixed Vis/MaxDepth and Vis/MinDepth ignored when features are already extracted.
This commit is contained in:
@@ -125,6 +125,12 @@ public:
|
||||
const cv::Mat & depth,
|
||||
float minDepth,
|
||||
float maxDepth);
|
||||
static void filterKeypointsByDepth(
|
||||
std::vector<cv::KeyPoint> & keypoints,
|
||||
cv::Mat & descriptors,
|
||||
std::vector<cv::Point3f> & keypoints3D,
|
||||
float minDepth,
|
||||
float maxDepth);
|
||||
|
||||
static void filterKeypointsByDisparity(
|
||||
std::vector<cv::KeyPoint> & keypoints,
|
||||
|
||||
Reference in New Issue
Block a user