Could someone point me to C/C++ code that can get the disparity map between a left/right stereo pair?Even matlab would do.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OpenCV has a good piece of sample code:
“Demo stereo matching converting L and R images into disparity and point clouds”
https://code.ros.org/trac/opencv/browser/trunk/opencv/samples/cpp/stereo_match.cpp