Class WlCoef_I32

java.lang.Object
boofcv.struct.wavelet.WlCoef
boofcv.struct.wavelet.WlCoef_I32

public class WlCoef_I32 extends WlCoef
Description of an integer wavelet.
  • Field Details

    • scaling

      public int[] scaling
    • wavelet

      public int[] wavelet
    • denominatorScaling

      public int denominatorScaling
    • denominatorWavelet

      public int denominatorWavelet
  • Constructor Details

    • WlCoef_I32

      public WlCoef_I32()
  • Method Details

    • getType

      public Class<?> getType()
      Description copied from class: WlCoef
      Returns the primitive type of the coefficients.
      Specified by:
      getType in class WlCoef
      Returns:
      Coefficient data type.
    • getScalingLength

      public int getScalingLength()
      Specified by:
      getScalingLength in class WlCoef
    • getWaveletLength

      public int getWaveletLength()
      Specified by:
      getWaveletLength in class WlCoef