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