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
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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 -0600
Seen: 669 times
Last updated: Jan 26 '16
Rectification matrix clarification in stereo vision calibration
stereo_image_proc origin of stereo camera system? [closed]
rtabmap: stereo + wheel/imu odometry
No image_rect after remapping and rtabmap not publishing map data
rtabmap stereo with original (mono) Bumblebee
No map data for rtabmap_ros [closed]
rtabmap_ros + Kinect = 2D map. How to? (newbie)