Package boofcv.struct.wavelet
Class WlCoef_F64
java.lang.Object
boofcv.struct.wavelet.WlCoef
boofcv.struct.wavelet.WlCoef_F64
Description of a 64-bit floating point wavelet.
-
Field Summary
Fields inherited from class boofcv.struct.wavelet.WlCoef
offsetScaling, offsetWavelet
-
Constructor Summary
ConstructorDescriptionWlCoef_F64
(double[] scaling, int offsetScaling, double[] wavelet, int offsetWavelet) -
Method Summary
-
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
Description copied from class:WlCoef
Returns the primitive type of the coefficients. -
getScalingLength
public int getScalingLength()- Specified by:
getScalingLength
in classWlCoef
-
getWaveletLength
public int getWaveletLength()- Specified by:
getWaveletLength
in classWlCoef
-