displaying images as a small icons ( low resolution )

2 次查看(过去 30 天)
Hello sir..
Can we display images as a small icons?? like with low resolutions? please help me.. i am stucked in that..Thanks in advance!!

采纳的回答

Chandra Kurniawan
Chandra Kurniawan 2012-1-20
Hi, Rehana
we can resize an image with imresize from image processing toolbox
Eq:
I = imread('cameraman.tif');
imshow(imresize(I,0.25));

更多回答(1 个)

Image Analyst
Image Analyst 2012-1-20
No need to call imresize(). Just set up your axes to be small in the first place and call imshow(). It will automatically scale down your image to fit in the tiny axes that you have on your figure.

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by