Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
manojpnd88 opened this issue Mar 12, 2021 · 2 comments

Comments

@manojpnd88
Copy link

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
Copy link
Member

gummif commented Mar 12, 2021

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
Copy link
Author

manojpnd88 commented Mar 15, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants