Wavelets.jl icon indicating copy to clipboard operation
Wavelets.jl copied to clipboard

implementing Lifting wavelet transform using haar transform of image having size 512x512

Open manojpnd88 opened this issue 3 years ago • 2 comments

Dear All,

I am working on Ph.D research and I would like to implement lifting transform of image using haar or any other using julia but i am not getting code for the same please help me and provide code.

Thanks

Manoj Pandey PhD scholar GGU India

manojpnd88 avatar Mar 12 '21 09:03 manojpnd88

See examples in the readme, but something like

wt = wavelet(WT.haar, WT.Lifting)
y = dwt(x, wt)

Where x is the image array (grayscale).

gummif avatar Mar 12 '21 10:03 gummif

Dear,

Thanks a lot. I will try this one also for lwt implementation using haar wavelet and let you know.

On Fri, Mar 12, 2021, 4:00 PM Gudmundur Adalsteinsson < @.***> wrote:

See examples in the readme, but something like

wt = wavelet(WT.haar, WT.Lifting) y = dwt(x, wt)

Where x is the image array (grayscale).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaDSP/Wavelets.jl/issues/65#issuecomment-797396704, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATFH444MPZPMYBM7GMJYVCLTDHUMRANCNFSM4ZB4BNGA .

manojpnd88 avatar Mar 15 '21 07:03 manojpnd88