Does MATLAB's disparity function (semiglobal) use the Birchfield-Tomasi pixel cost?
Afficher commentaires plus anciens
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?
Réponses (1)
Manish M
le 23 Juin 2019
0 votes
You are correct, it uses cv::stereosgbm which uses the Birchfield-Tomasi matching cost.
Catégories
En savoir plus sur Computer Vision Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!