Question

Could someone point me to C/C++ code that can get the disparity map between a left/right stereo pair?Even matlab would do.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top