How to divide an image into 8x8 blocks?

28 visualizaciones (últimos 30 días)
Sneha P S
Sneha P S el 9 de Feb. de 2018
Respondida: Image Analyst el 30 de Ag. de 2018
I had an image of size 256*256 which is in ycbcr color space.I need to divide that input image into 8x8 blocks and need to apply walsh hadamard transform on each block.So please help me to divide the input in to 8x8 blocks.

Respuesta aceptada

Birdman
Birdman el 9 de Feb. de 2018
reshape(a,8,8,[])
  1 comentario
riyaj atar
riyaj atar el 30 de Ag. de 2018
reshape(a,8,8,[]) this command will group a column of matrix x into 8 by 8 block.

Iniciar sesión para comentar.

Más respuestas (1)

Image Analyst
Image Analyst el 30 de Ag. de 2018

Categorías

Más información sobre Computer Vision with Simulink 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