Does MATLAB's disparity function (semiglobal) use the Birchfield-Tomasi pixel cost?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Manish M
am 23 Jun. 2019
You are correct, it uses cv::stereosgbm which uses the Birchfield-Tomasi matching cost.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Point Cloud Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!