Problem with grayscale image

Posted by AZIRAR on Stack Overflow See other posts from Stack Overflow or by AZIRAR
Published on 2010-05-21T19:06:59Z Indexed on 2010/05/21 19:10 UTC
Read the original article Hit count: 244

Filed under:
|

Hey,

When I try to show a grayscale image using :

Img = imread('tr2.png');

subplot(111);

imshow(Img);

it does not appear as the original image. Where is the problem ?

© Stack Overflow or respective owner

Related posts about grayscale

Related posts about matlab