How to divide an image into 8x8 blocks?

22 vues (au cours des 30 derniers jours)
Sneha P S
Sneha P S le 9 Fév 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.

Réponse acceptée

Birdman
Birdman le 9 Fév 2018
reshape(a,8,8,[])
  1 commentaire
riyaj atar
riyaj atar le 30 Août 2018
reshape(a,8,8,[]) this command will group a column of matrix x into 8 by 8 block.

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 30 Août 2018

Catégories

En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by