How to normalise 204*205 Image into 64*64 in Matlab

1 view (last 30 days)
Respected sir my original image 204*205 and want to normalize into 64*64 in matlab. first i resize image into 64*64 but edges of the image are not smooth how to do this suggest me

Answers (1)

Image Analyst
Image Analyst on 17 Apr 2015
You can use different options in imresize(). Experiment around with them until it looks like what you want. Alternatively you can blur the image after resizing with conv2() or imfilter().

Community Treasure Hunt

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

Start Hunting!