Class WlCoef_F32

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

@Generated("boofcv.struct.wavelet.WlCoef_F64") public class WlCoef_F32 extends WlCoef
Description of a 32-bit floating point wavelet.
  • Field Details

    • scaling

      public float[] scaling
    • wavelet

      public float[] wavelet
  • Constructor Details

    • WlCoef_F32

      public WlCoef_F32()
    • WlCoef_F32

      public WlCoef_F32(float[] scaling, int offsetScaling, float[] wavelet, int offsetWavelet)
  • 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