rgbd_rtk icon indicating copy to clipboard operation
rgbd_rtk copied to clipboard

RGB-D Reconstruction Toolkit

Results 18 rgbd_rtk issues
Sort by recently updated
recently updated
newest added

One of the worsting things about not compiling using default path (/usr/local) is to manually change the Findaruco.cmake file, so I'm proposing a change to make this file accept cache...

A keyframe class is needed to represent the needed information (camera pose and point cloud) for the optimization process. This class should inherit from the G2O vertex class.

enhancement
SLAM

To reproduce: Just need to have a reference to "ReconstructionVisualizer" `ReconstructionVisualizer visualizer;` For example. - It is not a big problem since the error only occurs after the program ends....

bug

Add a method in motion class to reject wrong matches using RANSAC. The method estimate is currently implemented with RANSAC but is not removing wrong matches. Therefore, we could store...

enhancement
motion estimator

Include the implementation from Ferreira and Vanessa works that enables the RGB-D RTK to process KITTI/Stereo datasets.

enhancement
stereo odometry

when use the function FeatureDetector::detectAndCompute(), even when the object is deleted the program have a little memory leak, something around 400 bytes, but is necessary fix it.

bug
visual memory

Implement a version of visual memory class using OpenFABMAP.

enhancement
visual memory

This issue possibly involves designing a Abstract Base Class for the KLT Tracker and implementing concrete versions with KLT, KLT with Tracking Windows, etc.

enhancement
tracking