Module wave

Source
Available on crate feature wave only.
Expand description

Wavelets.

Structs§

WaveletHaar
A Haar wavelet is a simple, piecewise-constant wavelet.
WaveletUnitVecalloc
A single unit of the wavelet decomposition at a specific level and position.

Enums§

WaveletUnitRole
Distinguishes the role of a component in wavelet analysis.

Traits§

WaveletCompressionVecalloc
Trait for lossy compression of wavelet coefficients.
WaveletTransformVecalloc
Trait defining essential wavelet transform operations.