Class WaveletDescription<T extends WlCoef>

java.lang.Object
boofcv.struct.wavelet.WaveletDescription<T>

public class WaveletDescription<T extends WlCoef> extends Object
Contains wavelet coefficients needed to transform an image in the forwards an inverse direction.
  • Field Details

  • Constructor Details

  • Method Details

    • getBorder

      public BorderIndex1D getBorder()
      Describes how border conditions along the image are handled
    • getForward

      public T getForward()
      Returns coefficients for the forward transform.
    • getInverse

      public WlBorderCoef<T> getInverse()
      Coefficients for inverse transform