Re: ./rtabmap-console with SIFT or ORB

Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/rtabmap-console-with-SIFT-or-ORB-tp94p95.html

SIFT:
$ ./rtabmap-console -Kp/DetectorStrategy 1 -Kp/NNStrategy 1 -Kp/NndrRatio 0.8
ORB:
$ ./rtabmap-console -Kp/DetectorStrategy 2 -Kp/NNStrategy 3 -Kp/NndrRatio 0.9
Parameters that can be set:
$ ./rtabmap-console -default_params
Description of the parameters can be found in Parameters.h. Some examples on the loop closure detection benchmark page.