Finding the Value of disparity?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi ! I have left and right images of a scene whose disparity map has been obtained. I would like to obtain the value of disparity d. How do I do that? Please help
0 comentarios
Respuestas (1)
Dima Lisin
el 24 de Sept. de 2014
Typically, the disparity is the distance between the pixel in the left image, and the corresponding pixel in the right image. So for a pixel i,j, d = dispMap(i,j), where dispMap is your disparity map.
0 comentarios
Ver también
Categorías
Más información sobre Computer Vision Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!