mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 14:30:19 +08:00
Refactored OdometryBOW class to handle binary descriptors too (removed OdometryBin).
Odometry: added "local map history" option to increase precision Added new Nearest neighbor options (LSH, brute Force, GPU brute Force) Added FREAK/ORB features Increased version to 0.6.5 git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1431 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -53,7 +53,7 @@ int main(int argc, char * argv[])
|
||||
}
|
||||
|
||||
// Create an odometry thread to process camera events, it will send OdometryEvent.
|
||||
OdometryThread odomThread(new OdometryBOW(0)); // 0=SURF 1=SIFT
|
||||
OdometryThread odomThread(new OdometryBOW()); // 0=SURF 1=SIFT
|
||||
|
||||
|
||||
// Create RTAB-Map to process OdometryEvent
|
||||
|
||||
Reference in New Issue
Block a user