Package boofcv.struct.wavelet


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