boofcv.struct.wavelet
Class WlCoef_F32
- java.lang.Object
-
- boofcv.struct.wavelet.WlCoef
-
- boofcv.struct.wavelet.WlCoef_F32
-
public class WlCoef_F32 extends WlCoef
Description of a 32-bit floating point wavelet.
-
-
Field Summary
Fields Modifier and Type Field and Description float[]scalingfloat[]wavelet-
Fields inherited from class boofcv.struct.wavelet.WlCoef
offsetScaling, offsetWavelet
-
-
Constructor Summary
Constructors Constructor and Description WlCoef_F32()WlCoef_F32(float[] scaling, int offsetScaling, float[] wavelet, int offsetWavelet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetScalingLength()java.lang.Class<?>getType()Returns the primitive type of the coefficients.intgetWaveletLength()
-
-
-
Constructor Detail
-
WlCoef_F32
public WlCoef_F32()
-
WlCoef_F32
public WlCoef_F32(float[] scaling, int offsetScaling, float[] wavelet, int offsetWavelet)
-
-
Method Detail
-
getType
public java.lang.Class<?> getType()
Description copied from class:WlCoefReturns the primitive type of the coefficients.
-
getScalingLength
public int getScalingLength()
- Specified by:
getScalingLengthin classWlCoef
-
getWaveletLength
public int getWaveletLength()
- Specified by:
getWaveletLengthin classWlCoef
-
-
DataMelt 3.0 © DataMelt by jWork.ORG