Package boofcv.struct.wavelet
Class WlCoef_F32
java.lang.Object
boofcv.struct.wavelet.WlCoef
boofcv.struct.wavelet.WlCoef_F32
Description of a 32-bit floating point wavelet.
-
Field Summary
Fields inherited from class boofcv.struct.wavelet.WlCoef
offsetScaling, offsetWavelet
-
Constructor Summary
ConstructorDescriptionWlCoef_F32
(float[] scaling, int offsetScaling, float[] wavelet, int offsetWavelet) -
Method Summary
-
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
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
-