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 Details

    • WlBorderCoefStandard

      public WlBorderCoefStandard(T coef)
  • Method Details