필터 지우기
필터 지우기

DWT

조회 수: 3 (최근 30일)
mary
mary 2011년 2월 24일
답변: moahaimen talib 2017년 2월 15일
Hi i m mary .my project topic is Digital watermarking on fingerprint.i am using matlab ,i m appliying DWT on fingerprint image .bt i have some confusions plz answer my following questions 1:what are LL,LH,HL,HH in DWT? 2:what is difference between Subimage and subband? 3:why we divide the approximation band? 4:what will be the threshold value? 5:should we convert image into matrix before applying DWT?

답변 (4개)

shyama p
shyama p 2011년 3월 17일
Dwt is the algorithm used to reduce dimensionality of image so it used for image compression, feature extraction process. DWT algorithm decomposes the image into 4 subband (subimage) ie,LL,LH,HL,HH. dwt output extract the detailed ouput of input image. LL is the approximate image of input image it is low frequency subband so it is used for further decomposition process.. LH subband extract the horizontal features of original image HL subband gives vertical features HH subband gives diagonal features
LH,HL,HH are high frequency subbands
[LL,LH,HL,HH] = DWT2(X,'db5') % x is input image
figure;imshow(LL); % shows LL subband
  댓글 수: 1
mary
mary 2011년 9월 15일
thnx

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


hamza khalid
hamza khalid 2015년 4월 24일
hello i am going to do feature extractions of EEg signals regarding to left and right hand movement i apply DWT technique so what are the required features which i have to extract any answer

Ghassan Hajj Hassan
Ghassan Hajj Hassan 2015년 6월 15일
Your question about why we divide the approximation band LL, is because it contains the highest quantity of information, so you divide it to get the most of the most valuable quantity of information from the image LL1,LL2,LL3,...

moahaimen talib
moahaimen talib 2017년 2월 15일
how to divide an image in to 4 chanels showing it as table

카테고리

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