I want to process a image which is 8 * 8 in Matlab, which means both its width and height 8. For example, how do we create a 8 * 8 jpeg image? Thank you very much.
Or how do we change a image from non 8 * 8 to 8 * 8 image?

 Réponse acceptée

Image Analyst
Image Analyst le 10 Jan 2016

0 votes

Another possibility:
image8x8 = imresize(originalImage, [8,8]);

2 commentaires

matlabgeek
matlabgeek le 10 Jan 2016
Thank you for your answer
matlabgeek
matlabgeek le 10 Jan 2016

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by