Disparity map in MATLAB GUI axes

2 ビュー (過去 30 日間)
Pankaja Tanjore
Pankaja Tanjore 2015 年 7 月 15 日
編集済み: Geoff Hayes 2015 年 7 月 15 日
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 件のコメント
Geoff Hayes
Geoff Hayes 2015 年 7 月 15 日
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.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeOrange についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by