how to use SGBM algorithm in stereo_image_proc [closed]
stereo_image_proc by default uses StereoBM algorithm how can we change this to SGBM
stereo_image_proc by default uses StereoBM algorithm how can we change this to SGBM
I found it the algorithm is set to StereoBM by default in the
image_pipeline/stereo_image_proc/cfg/Disparity.cfg
file at line 14 : gen.add("stereo_algorithm", int_t, 0, "sterel algorithm", 0
, 0, 1,
edit_method = stereo_algo_enum)
change the second last 0
in the line to 1 it will do... :)
Asked: 2016-01-25 23:50:33 -0500
Seen: 509 times
Last updated: Jan 26 '16
All spaces are occupied using RTABmap stereo
Online C++ RTAB-Map using ZED on TX1 Mobile Robot
Rectification matrix clarification in stereo vision calibration
How to set the max distance of rtabmap?
rtabmap_ros with Stereo Camera launch file and build a map, not working?
rtabmap_ros won't subscribe to 3D point cloud from velodyne.
Generate odometry from encoders, cmd_vel, differential velocity