how to divide into blocks of 8x8 pixels?

조회 수: 1 (최근 30일)
dian
dian 2013년 10월 10일
답변: Spandan Tiwari 2013년 10월 11일
I have project "A Robust Digital Watermarking with Mixed Transform Technique for Digital Image".
There are two attachtment, the sourecode I made, and the embedding and extraction watermark process.
I've done the DWT process, and have problem with dividing into blocks of 8x8 pixels. Can you help me?
  댓글 수: 1
sixwwwwww
sixwwwwww 2013년 10월 10일
Dear dian, attachments are missing. Try again attaching your code files

댓글을 달려면 로그인하십시오.

답변 (3개)

Matt J
Matt J 2013년 10월 11일
One way using MAT2TILES ( Available Here )
>> A=rand(24); mat2tiles(A,[8,8])
ans =
[8x8 double] [8x8 double] [8x8 double]
[8x8 double] [8x8 double] [8x8 double]
[8x8 double] [8x8 double] [8x8 double]

Image Analyst
Image Analyst 2013년 10월 11일

Spandan Tiwari
Spandan Tiwari 2013년 10월 11일
The function blockproc in the Image Processing Toolbox maybe a natural fit if you would like to do process the image in blocks.

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by