Stereo calibration full example code in C++ [closed]

asked 2014-07-30 09:55:03 -0600

Kozuch gravatar image

updated 2014-07-30 09:57:59 -0600

Can someone provide me with a (correct and working) stereo calibration full example code in C++? I used so far Martin Peris's stereo calibration (here) but it is in C which it quite difficult for me to understand (but is probably working well). I also found stereo calibration by Jay Rambhia (blog post, code) which is C++ but probably has a bug (does not write YML to disk for me and also the final rectified images do not look correct).

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-09-27 10:46:33.259506

Comments

2

Ok, I see there is a sample code (stereo_calib.cpp) within OpenCV distribution samples... probably the best we have, right?

Kozuch gravatar imageKozuch ( 2014-07-30 10:07:03 -0600 )edit

You just provided your own solution! :)

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-31 03:10:48 -0600 )edit