Package boofcv.struct.wavelet
Class WlBorderCoefStandard<T extends WlCoef>
java.lang.Object
boofcv.struct.wavelet.WlBorderCoefStandard<T>
- All Implemented Interfaces:
WlBorderCoef<T>
public class WlBorderCoefStandard<T extends WlCoef> extends Object implements WlBorderCoef<T>
Inverse wavelet description which simply returns the same set of coefficients at all time.
-
Constructor Summary
Constructors Constructor Description WlBorderCoefStandard(T coef)
-
Method Summary
Modifier and Type Method Description T
getBorderCoefficients(int index)
T
getInnerCoefficients()
Set of coefficients used inside the image where the scaling and wavelet signals do not go outside the image borders.int
getLowerLength()
int
getUpperLength()
-
Constructor Details
-
WlBorderCoefStandard
-
-
Method Details
-
getBorderCoefficients
- Specified by:
getBorderCoefficients
in interfaceWlBorderCoef<T extends WlCoef>
-
getLowerLength
public int getLowerLength()- Specified by:
getLowerLength
in interfaceWlBorderCoef<T extends WlCoef>
-
getUpperLength
public int getUpperLength()- Specified by:
getUpperLength
in interfaceWlBorderCoef<T extends WlCoef>
-
getInnerCoefficients
Description copied from interface:WlBorderCoef
Set of coefficients used inside the image where the scaling and wavelet signals do not go outside the image borders.- Specified by:
getInnerCoefficients
in interfaceWlBorderCoef<T extends WlCoef>
- Returns:
- Wavelet coefficients for inside the image.
-