Uses of Class
boofcv.struct.wavelet.WlCoef
Packages that use WlCoef
Package
Description
-
Uses of WlCoef in boofcv.abst.transform.wavelet
Classes in boofcv.abst.transform.wavelet with type parameters of type WlCoefModifier and TypeInterfaceDescriptioninterfaceWaveletTransform<O extends ImageGray<O>,T extends ImageGray<T>, C extends WlCoef> Easy to use interface for performing a multilevel wavelet transformations. -
Uses of WlCoef in boofcv.alg.transform.wavelet
Methods in boofcv.alg.transform.wavelet with parameters of type WlCoefModifier and TypeMethodDescriptionstatic intUtilWavelet.borderForwardLower(WlCoef desc) Returns the lower border for a forward wavelet transform.static intUtilWavelet.borderForwardUpper(WlCoef desc, int dataLength) Returns the upper border (offset from image edge) for a forward wavelet transform.static intUtilWavelet.checkInverseLower(@Nullable WlCoef coef, int index, BorderIndex1D border, int current) static intUtilWavelet.checkInverseUpper(@Nullable WlCoef coef, int index, BorderIndex1D border, int current) static voidUtilWavelet.checkShape(WlCoef desc, ImageGray original, ImageGray transformed, int level) -
Uses of WlCoef in boofcv.factory.transform.wavelet
Methods in boofcv.factory.transform.wavelet with type parameters of type WlCoefModifier and TypeMethodDescriptionstatic <C extends WlCoef,T extends ImageGray<T>>
WaveletDescription<C>GFactoryWavelet.biorthogoal(Class<T> imageType, int J, BorderType borderType) static <C extends WlCoef,T extends ImageGray<T>>
WaveletDescription<C>static <T extends ImageGray<T>,W extends ImageGray<W>, C extends WlCoef>
WaveletTransform<T,W, C> FactoryWaveletTransform.create(Class<T> imageType, WaveletDescription<C> waveletDesc, int numLevels, double minPixelValue, double maxPixelValue) static <C extends WlCoef,T extends ImageGray<T>>
WaveletDescription<C>static <C extends WlCoef>
WaveletDescription<C>FactoryWaveletHaar.generate(boolean isInteger, int imageBits) static <C extends WlCoef,T extends ImageGray<T>>
WaveletDescription<C> -
Uses of WlCoef in boofcv.struct.wavelet
Classes in boofcv.struct.wavelet with type parameters of type WlCoefModifier and TypeClassDescriptionclassWaveletDescription<T extends WlCoef>Contains wavelet coefficients needed to transform an image in the forwards an inverse direction.interfaceWlBorderCoef<T extends WlCoef>Provides a different set of coefficients along the image's border and the inner portion.classWlBorderCoefFixed<T extends WlCoef>Precomputed border coefficients up to the specified depth.classWlBorderCoefStandard<T extends WlCoef>Inverse wavelet description which simply returns the same set of coefficients at all time.Subclasses of WlCoef in boofcv.struct.waveletModifier and TypeClassDescriptionclassDescription of a 32-bit floating point wavelet.classDescription of a 64-bit floating point wavelet.classDescription of an integer wavelet.Fields in boofcv.struct.wavelet declared as WlCoef