Does MATLAB's disparity function (semiglobal) use the Birchfield-Tomasi pixel cost?
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi,
The documentation states that disparities are calculated by matching SAD costs, however the code implementing it uses cv::stereosgbm which in turn uses the Birchfield-Tomasi matching cost to match (not the SAD values directly). What is true, and is sgbm simply OpenCV's implementation only with some fixed parameters?
댓글 수: 0
답변 (1개)
Manish M
2019년 6월 23일
You are correct, it uses cv::stereosgbm which uses the Birchfield-Tomasi matching cost.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!