Disparity map in MATLAB GUI axes

조회 수: 3 (최근 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 CenterFile Exchange에서 Orange에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by