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

Cohen-Daubechies-Feauveau wavelet #12

Open
robertogiachetta opened this issue Feb 11, 2017 · 0 comments
Open

Cohen-Daubechies-Feauveau wavelet #12

robertogiachetta opened this issue Feb 11, 2017 · 0 comments
Labels
Kind: Feature New feature or request Target: Numerics Issues related to the Numerics module of AEGIS

Comments

@robertogiachetta
Copy link
Collaborator

Cohen-Daubechies-Feauveau wavelet are the historically first family of biorthogonal wavelets. Two variants, 5/3 and 9/7 are generally used for image compression.

These two variants are to be implemented in the Numerics.Wavelet namespace. Additionally to the specific classes, a generic interface (IWavelet) should be added, which offer forward (Forward) and reverse (Reverse) transformation methods for 1D and 2D sequence of floating point values.

See: https://en.wikipedia.org/wiki/Cohen-Daubechies-Feauveau_wavelet

@robertogiachetta robertogiachetta added Target: Numerics Issues related to the Numerics module of AEGIS Kind: Feature New feature or request labels Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Feature New feature or request Target: Numerics Issues related to the Numerics module of AEGIS
Projects
None yet
Development

No branches or pull requests

1 participant