Finding the Value of disparity?
Show older comments
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
Answers (1)
Dima Lisin
on 24 Sep 2014
0 votes
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.
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!