When I run live_slam the odometry pose updates at a fast rate (~30Hz). The input is my laptop's webcam (Calibrated) with input configured to be 640_480 (no cropping).
Afterwards, I compiled main_on_images and fed it with sequence_30 images. The calibration file uses crop setting and same image size 640_480 (cropped). The frequency of pose update (from Output3DWrapper) is about 0.1 Hz (about 10 seconds or more for one pose output).
I have used the same CMake settings to build the executable as used by catkin. I want to speed up the processing (as fast as the main_live_odometry version. Any help is appreciated.
When I run live_slam the odometry pose updates at a fast rate (~30Hz). The input is my laptop's webcam (Calibrated) with input configured to be 640_480 (no cropping).
Afterwards, I compiled main_on_images and fed it with sequence_30 images. The calibration file uses crop setting and same image size 640_480 (cropped). The frequency of pose update (from Output3DWrapper) is about 0.1 Hz (about 10 seconds or more for one pose output).
I have used the same CMake settings to build the executable as used by catkin. I want to speed up the processing (as fast as the main_live_odometry version. Any help is appreciated.