How to create a 8 * 8 image

26 visualizaciones (últimos 30 días)
matlabgeek
matlabgeek el 10 de En. de 2016
Comentada: matlabgeek el 10 de En. de 2016
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?

Respuesta aceptada

Image Analyst
Image Analyst el 10 de En. de 2016
Another possibility:
image8x8 = imresize(originalImage, [8,8]);
  2 comentarios
matlabgeek
matlabgeek el 10 de En. de 2016
Thank you for your answer
matlabgeek
matlabgeek el 10 de En. de 2016

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by