Disparity map in MATLAB GUI axes

3 visualizzazioni (ultimi 30 giorni)
Pankaja Tanjore
Pankaja Tanjore il 15 Lug 2015
Modificato: Geoff Hayes il 15 Lug 2015
Hello,
I need to get the disparity map,which i am able to do this in .m file through the following code.
figure,
imshow(disparityMap, [224,416]);...
[224,352]);...
[192,304]);
title('Disparity Map filtered');
colormap jet
colorbar
I wanted the same disparity map to be displayed in MATLAB GUI axes.I was not able to get it correctly. So I posted a question regarding this in MATHWORKS. I got the replies for my query.I am sending here the link for the interaction that were done earlier.
I followed the same as suggested ,but still i am not able to get the correct image.
I am attaching here the images which i have obtained from .m file and which is displayed in axes in MATLAB GUI respectively.
It would be grateful if you let me know how to display the disparity map in the GUI axes correctly.
Looking forward to hear from you at the earliest.
Thanks
Pankaja
  1 Commento
Geoff Hayes
Geoff Hayes il 15 Lug 2015
Pankaja - why not post the code that you are using to display the disparity map in the GUI? It should be very similar to the above and similar to the solution posted in the above link.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by