image enhancement using dwt

조회 수: 11 (최근 30일)
Faridah
Faridah 2018년 2월 11일
iam doing image enhancement using dwt. the code below is dwt for decompose n reconstruction. how do i do the enhancement? should i put thresholding function after decomposition?
[cA,cH,cV,cD] = dwt2(Green_Input_Image,'db4');
sX = size(Green_Input_Image);
A0 = idwt2(cA,cH,cV,cD,'db4',sX);
please help me, iam really stuck to do image enhancement using dwt

답변 (0개)

카테고리

Help CenterFile Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by