Install SiftGPU for RGBDSLAM
After working to fix all of the fuerte bugs in RGBDSLAM, I finally got it to the point that it will launch RGBDSLAM and it shows Kinect input at the bottom. However, when I hit the space bar to run, the terminal outputs the following:
//[FATAL] [1344446005.784101274]: Can't run SiftGPU //[FATAL] [1344446006.241891559]: SiftGPU cannot be used. Detection of keypoints failed
I have seen that SiftGPU can be disabled in the CMakeLists.txt, but I am not positive on all the steps needed to completely disable it and use something else. When I comment it out of the file, it produces an image of the first frame and its features, but after that it gives an error saying that it cannot match the features in the next frame. Is there a way to make it run? How do I either use SiftGPU or disable it?
Thank you.
If rgbdslam compiles, you don't need to change CMakeLists.txt.
How to disable SiftGPU in CMakeLists.txt? I am stuck at final step of installing rgbdslam_v2 with this error