how to fix size/pixel of an image matrix to 25*25? (function used to read image "imread" and to convert to black an white "im2bw")

1 view (last 30 days)
we need to reduce to size of binary matrix of an image file to 25*25. Also, we want to know how to create ".mat" file for character recognition using Artificial Neural Network.

Accepted Answer

Image Analyst
Image Analyst on 16 Aug 2011
Use imresize().

More Answers (0)

Community Treasure Hunt

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

Start Hunting!