| Interface | Description |
|---|---|
| WlBorderCoef<T extends WlCoef> |
Provides a different set of coefficients along the image's border and the inner portion.
|
| Class | Description |
|---|---|
| WaveletDescription<T extends WlCoef> |
Contains wavelet coefficients needed to transform an image in the forwards an inverse direction.
|
| WlBorderCoefFixed<T extends WlCoef> |
Precomputed border coefficients up to the specified depth.
|
| WlBorderCoefStandard<T extends WlCoef> |
Inverse wavelet description which simply returns the same set of coefficients at all time.
|
| WlCoef |
Base class that defines a set of wavelet coefficients.
|
| WlCoef_F32 |
Description of a 32-bit floating point wavelet.
|
| WlCoef_F64 |
Description of a 64-bit floating point wavelet.
|
| WlCoef_I32 |
Description of an integer wavelet.
|