Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Writing my image > Opening my image --> Problems

1 visualización (últimos 30 días)
SCOTT LIM
SCOTT LIM el 20 de Feb. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi All,
I have a problem with saving an array as an image and opening up said image.
The array consists of 8526 x 16384 uint16 data type. I want to save this array as a jpeg and finally open up that jpeg to do image enhancement.
This is the method I have employed:
imwrite(myArray,'myImage.jpg','jpg','BitDepth',16);
I = imread('myImage.jpg');
imagesc(I,[min(I(:)) max(I(:))] );
colormap(gray);
So far, this only works for much smaller sub-images, but the larger images that I try only produce a dark gray box.
Thank you.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by