enhance the color of a scanned image

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?

Risposte (0)

Questa domanda è chiusa.

Richiesto:

il 9 Ago 2012

Chiuso:

DGM
il 9 Ott 2024

Community Treasure Hunt

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

Start Hunting!

Translated by