Package boofcv.struct.wavelet
Class WlBorderCoefStandard<T extends WlCoef>
java.lang.Object
boofcv.struct.wavelet.WlBorderCoefStandard<T>
- All Implemented Interfaces:
WlBorderCoef<T>
Inverse wavelet description which simply returns the same set of coefficients at all time.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBorderCoefficients
(int index) Set of coefficients used inside the image where the scaling and wavelet signals do not go outside the image borders.int
int
-
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.
-