Class WlCoef_F64

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

public class WlCoef_F64 extends WlCoef
Description of a 64-bit floating point wavelet.
  • Field Details

    • scaling

      public double[] scaling
    • wavelet

      public double[] wavelet
  • Constructor Details

    • WlCoef_F64

      public WlCoef_F64()
    • WlCoef_F64

      public WlCoef_F64(double[] scaling, int offsetScaling, double[] 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