Info

This question is closed. Reopen it to edit or answer.

Display disparity map in GUI axes

1 view (last 30 days)
Pankaja Tanjore
Pankaja Tanjore on 4 Jul 2015
Closed: Walter Roberson on 4 Jul 2015
Hello ,
I have the color disparity map.I am able to display this color disparity map from .m file. I have displayed it using the following code.
figure, imshow(disparityMap, [224,352]); title('Disparity Map filtered'); colormap jet colorbar
Now i need to display this in GUI axes.It should be the same as displayed in figure.
I am sending here the image which i have displayed as figure.
Please let me know how this has to displayed in the axes. Color bar also has to be displayed in the axes.
Looking forward to hear from you at the earliest.
Thanks Pankaja

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!