How to divide an image into 8x8 blocks?

조회 수: 22 (최근 30일)
Sneha P S
Sneha P S 2018년 2월 9일
답변: Image Analyst 2018년 8월 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