You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stereovision/calibration.py Lines 262-269
From my experience as part of a University project, with a Stereo Rig baseline of 1m (larger scale) the replacement of the Open CV calibration Disparity to Depth Ratio with A-Priori values provides poor results.
By suppressing the lines above, the original calib.disp_to_depth_mat Matrix from Open CV was preserved, yielding improved results.
This could be suppressed by removing the above lines, be explained clearly in the documentation, or the a-priori replacement could be an option of the function.
Thanks again. Robin
The text was updated successfully, but these errors were encountered:
stereovision/calibration.py
Lines 262-269
From my experience as part of a University project, with a Stereo Rig baseline of 1m (larger scale) the replacement of the Open CV calibration Disparity to Depth Ratio with A-Priori values provides poor results.
By suppressing the lines above, the original calib.disp_to_depth_mat Matrix from Open CV was preserved, yielding improved results.
This could be suppressed by removing the above lines, be explained clearly in the documentation, or the a-priori replacement could be an option of the function.
Thanks again. Robin
The text was updated successfully, but these errors were encountered: