Package boofcv.struct.wavelet
Class WaveletDescription<T extends WlCoef>
java.lang.Object
boofcv.struct.wavelet.WaveletDescription<T>
public class WaveletDescription<T extends WlCoef> extends Object
Contains wavelet coefficients needed to transform an image in the forwards an inverse direction.
-
Field Summary
Fields Modifier and Type Field Description BorderIndex1D
border
T
forward
WlBorderCoef<T>
inverse
-
Constructor Summary
Constructors Constructor Description WaveletDescription(BorderIndex1D border, T forward, WlBorderCoef<T> inverse)
-
Method Summary
Modifier and Type Method Description BorderIndex1D
getBorder()
Describes how border conditions along the image are handledT
getForward()
Returns coefficients for the forward transform.WlBorderCoef<T>
getInverse()
Coefficients for inverse transform
-
Field Details
-
border
-
forward
-
inverse
-
-
Constructor Details
-
WaveletDescription
-
-
Method Details
-
getBorder
Describes how border conditions along the image are handled -
getForward
Returns coefficients for the forward transform. -
getInverse
Coefficients for inverse transform
-