what is the difference between image and imshow ?
古いコメントを表示
While reading the MATLAB Help, I ran into the functions "image()" and "Imread".
From what I see, those functions do the same thing.
What is the difference?
Matar
採用された回答
その他の回答 (1 件)
Walter Roberson
2011 年 2 月 18 日
1 投票
Bah, the only difference I see is the "axis image" and turning the ticks off, both of which are easy enough to do with image() without requiring the Image Processing Toolbox
I also found it quite easy to break the functionality of imshow(). It happened several times in a row for me. Unfortunately I can't reproduce it in an independent test.
1 件のコメント
Brett Shoelson
2011 年 3 月 5 日
Of course you can view your image without the Image Processing Toolbox! If you don't have that tool, then by all means that is the thing to do. But if you do have the IPT, IMSHOW just streamlines the "proper" display of images.
Walter, I'd be very interested in seeing _how_ you've broken IMSHOW, if you can ever reproduce it!
カテゴリ
ヘルプ センター および File Exchange で Display Image についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!