Package boofcv.struct.wavelet
Class WlCoef_I32
java.lang.Object
boofcv.struct.wavelet.WlCoef
boofcv.struct.wavelet.WlCoef_I32
Description of an integer wavelet.
-
Field Summary
Modifier and TypeFieldDescriptionint
int
int[]
int[]
Fields inherited from class boofcv.struct.wavelet.WlCoef
offsetScaling, offsetWavelet
-
Constructor Summary
-
Method Summary
-
Field Details
-
scaling
public int[] scaling -
wavelet
public int[] wavelet -
denominatorScaling
public int denominatorScaling -
denominatorWavelet
public int denominatorWavelet
-
-
Constructor Details
-
WlCoef_I32
public WlCoef_I32()
-
-
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
-