Does MATLAB's disparity function (semiglobal) use the Birchfield-Tomasi pixel cost?
1 次查看(过去 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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!