|
Hi everyone,
I'm new to RTAB-Map and trying to understand the difference between the parameters Vis/FeatureType and Kp/DetectorStrategy.
Both seem to accept similar values like:
0=SURF, 1=SIFT, 2=ORB, 3=FAST/FREAK, 4=FAST/BRIEF, 5=GFTT/FREAK, 6=GFTT/BRIEF, 7=BRISK, 8=GFTT/ORB.
Here’s what I’m trying to figure out:
- Are these two parameters both used to select the keypoint detector and descriptor of VO?
- Or is it that one of them (e.g., Kp/DetectorStrategy) is used for odometry, and the other (Vis/FeatureType) for SLAM (loop closure etc.)?
For example, I’d like to use FAST as detector and SIFT as descriptor. Is that combination even possible through these parameters?
Thanks in advance for your help!
Just trying to get a clear picture of how these settings interact.
|