Borrar filtros
Borrar filtros

conversion of image into 8 x 8 matrix

5 visualizaciones (últimos 30 días)
ARCHANA PATIL
ARCHANA PATIL el 4 de Feb. de 2019
Comentada: ARCHANA PATIL el 7 de Feb. de 2019
I have one image file.
Then how to convert image into 8 x 8 matrix and 16 x 16 matrix

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 4 de Feb. de 2019
Editada: KALYAN ACHARJYA el 4 de Feb. de 2019
Assuming you have gray scale image, say I, for 8x8
result_image=imresize(I,[8 8])
and for 4x4
result_image=imresize(I,[4 4])
If you are talking about sliding window, look here

Más respuestas (0)

Categorías

Más información sobre Convert Image Type 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