문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top