How to reduce the size of image?

2 次查看(过去 30 天)
Minu
Minu 2013-5-7
I am doing my project in OCR.How to reduce the size of character image without any loss in features.I have tried interpolation methods but certain pixels of the images is loss.Could anybody help me to solve this problem.

回答(1 个)

Walter Roberson
Walter Roberson 2013-5-7
It is not possible to resize smaller and preserve all features. It might be possible to resize smaller and preserve the features you are using, maybe; we would have to know what features you are using in order to think about that.
  2 个评论
Minu
Minu 2013-5-7
Now i am using image size of 64x64.using features such as zonal density,Zernike moments,Projection Histogram,distance profile .The main problem is feature vector size is too big .I have take the combination of above features and tried.But when i train the neural network ,i have got an error "out of memory".I have tried pca dimensionality reduction but its not work good.i didnt get efficency during training.so i think about reducing the size of an image.
I have one more problem whenever i tried to train the neural network using same features result is varied.how to solve this?
Walter Roberson
Walter Roberson 2013-5-7
I seem to recall training neural networks normally involves randomness as well.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by