how to calculate DWT of an image

조회 수: 2 (최근 30일)
Prajakta Shende
Prajakta Shende 2012년 5월 4일
im using forgery detection approach using DWT. and the algorithm says after converting the image into gray scale calculate DWT transform of the image. but i dont know DWT. So kinda stuck in this step. if any one knows kindly post. Thank You.

답변 (2개)

Walter Roberson
Walter Roberson 2012년 5월 4일
Have you considered using the dwt() function?
  댓글 수: 1
Prajakta Shende
Prajakta Shende 2012년 5월 4일
im suppose to calculate dwt for each block and store it in another array. with every row containing containing coefficients of the dwt.
can u please help me with that?

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


Wayne King
Wayne King 2012년 5월 4일
Hi Prajakta, you want to use dwt2() or wavedec2(). However, I think you need to clarify what you mean by "for each block".
Are you saying you have a NxN image, and you want to subdivide that image before obtain the DWT?
  댓글 수: 1
Prajakta Shende
Prajakta Shende 2012년 5월 4일
okay which function to use i really don't know :$ :(
and yeah i mean the exact thing that u wrote. dividing an nxn sized image into overlapping blocks.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by