How to divide an image into 8x8 blocks?

22 次查看(过去 30 天)
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.

采纳的回答

Birdman
Birdman 2018-2-9
reshape(a,8,8,[])
  1 个评论
riyaj atar
riyaj atar 2018-8-30
reshape(a,8,8,[]) this command will group a column of matrix x into 8 by 8 block.

请先登录,再进行评论。

更多回答(1 个)

Image Analyst
Image Analyst 2018-8-30

类别

Help CenterFile Exchange 中查找有关 Computer Vision with Simulink 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by