Does MATLAB's disparity function (semiglobal) use the Birchfield-Tomasi pixel cost?

4 visualizaciones (últimos 30 días)
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?

Respuestas (1)

Manish M
Manish M el 23 de Jun. de 2019
You are correct, it uses cv::stereosgbm which uses the Birchfield-Tomasi matching cost.

Categorías

Más información sobre Point Cloud Processing en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by