You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: