Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Display disparity map in GUI axes
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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
1 Commento
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!