dividing image into 64 blocks
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have an image ,i want to divide it into 64(8x8),blocks,please help
0 comentarios
Respuesta aceptada
Andrei Bobrov
el 17 de Feb. de 2012
I - your image
[m n k] = size(I)
outIblocks = mat2cell(I,m/8*ones(8,1),n/8*ones(8,1),k)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!