Class WlCoef

java.lang.Object
boofcv.struct.wavelet.WlCoef
Direct Known Subclasses:
WlCoef_F32, WlCoef_F64, WlCoef_I32

public abstract class WlCoef extends Object
Base class that defines a set of wavelet coefficients.
  • Field Details

    • offsetScaling

      public int offsetScaling
    • offsetWavelet

      public int offsetWavelet
  • Constructor Details

    • WlCoef

      public WlCoef()
  • Method Details

    • getType

      public abstract Class<?> getType()
      Returns the primitive type of the coefficients.
      Returns:
      Coefficient data type.
    • getScalingLength

      public abstract int getScalingLength()
    • getWaveletLength

      public abstract int getWaveletLength()