JuliaDSP / Wavelets.jl

A Julia package for fast discrete wavelet transforms and utilities
Other
184 stars 30 forks source link

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

Open manojpnd88 opened 3 years ago

manojpnd88 commented 3 years ago

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

gummif commented 3 years ago

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).

manojpnd88 commented 3 years ago

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 .