How to load and show an png image in matlab?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-04-06T16:31:26Z Indexed on 2010/04/06 16:33 UTC
Read the original article Hit count: 128

Filed under:
|
>> I = imread('D:\Works\matlab\SecCode.php.png','png');
>> imshow(I);

The above always shows an all-black one,what's wrong with it?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about image-manipulation