Borrar filtros
Borrar filtros

displaying images as a small icons ( low resolution )

2 visualizaciones (últimos 30 días)
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!!

Respuesta aceptada

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

Más respuestas (1)

Image Analyst
Image Analyst el 20 de En. de 2012
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.

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by