enhance the color of a scanned image

Asked by tony on 9 Aug 2012
Latest activity Edited by tony on 10 Aug 2012

i've scanned an image http://imageshack.us/f/805/page3q.png/

and i want to enhance the color just like this example image http://imageshack.us/f/843/97895457.jpg/

then i use this code

i = imread ('d:\wildlife\page-3.png'); 
x=imadjust (i,[],[],0.5);
figure, imshow(x);SE = strel ('square', 3);
j=imerode (x, SE);
figure,imshow(j);

and the result is still unoptimal, and the size become smaller http://imageshack.us/f/24/untitp.jpg/

is there any other way to enhance color of this image?

0 Comments

tony

Products

No products are associated with this question.

0 Answers

Contact us