Uses of Class
boofcv.struct.wavelet.WlCoef_I32
Packages that use WlCoef_I32
Package
Description
-
Uses of WlCoef_I32 in boofcv.abst.transform.wavelet.impl
Methods in boofcv.abst.transform.wavelet.impl that return types with arguments of type WlCoef_I32Constructor parameters in boofcv.abst.transform.wavelet.impl with type arguments of type WlCoef_I32ModifierConstructorDescriptionWaveletTransformInt(WaveletDescription<WlCoef_I32> desc, int numLevels, int minPixelValue, int maxPixelValue, Class<T> inputType) -
Uses of WlCoef_I32 in boofcv.alg.transform.wavelet
Method parameters in boofcv.alg.transform.wavelet with type arguments of type WlCoef_I32Modifier and TypeMethodDescriptionstatic voidWaveletTransformOps.inverse1(WaveletDescription<WlCoef_I32> desc, GrayS32 input, GrayS32 output, GrayS32 storage, int minValue, int maxValue) Performs a single level inverse wavelet transform.static voidWaveletTransformOps.inverseN(WaveletDescription<WlCoef_I32> desc, GrayS32 input, GrayS32 output, GrayS32 storage, int numLevels, int minValue, int maxValue) Performs a level N inverse fast wavelet transform (FWT).static voidWaveletTransformOps.transform1(WaveletDescription<WlCoef_I32> desc, GrayS32 input, GrayS32 output, GrayS32 storage) Performs a single level wavelet transform.static voidWaveletTransformOps.transformN(WaveletDescription<WlCoef_I32> desc, GrayS32 input, GrayS32 output, GrayS32 storage, int numLevels) Performs a level N wavelet transform using the fast wavelet transform (FWT). -
Uses of WlCoef_I32 in boofcv.alg.transform.wavelet.impl
Methods in boofcv.alg.transform.wavelet.impl with parameters of type WlCoef_I32Modifier and TypeMethodDescriptionstatic voidImplWaveletTransformBorder.horizontal(BorderIndex1D border, WlCoef_I32 coefficients, GrayS32 input, GrayS32 output) static voidImplWaveletTransformInner.horizontal(WlCoef_I32 coefficients, GrayS32 input, GrayS32 output) static voidImplWaveletTransformNaive.horizontal(BorderIndex1D border, WlCoef_I32 coefficients, GrayI input, GrayI output) Performs a single level wavelet transform along the horizontal axis.static voidImplWaveletTransformInner.horizontalInverse(WlCoef_I32 coefficients, GrayS32 input, GrayS32 output) static voidImplWaveletTransformBorder.vertical(BorderIndex1D border, WlCoef_I32 coefficients, GrayS32 input, GrayS32 output) static voidImplWaveletTransformInner.vertical(WlCoef_I32 coefficients, GrayS32 input, GrayS32 output) static voidImplWaveletTransformNaive.vertical(BorderIndex1D border, WlCoef_I32 coefficients, GrayI input, GrayI output) Performs a single level wavelet transform along the vertical axis.static voidImplWaveletTransformInner.verticalInverse(WlCoef_I32 coefficients, GrayS32 input, GrayS32 output) Method parameters in boofcv.alg.transform.wavelet.impl with type arguments of type WlCoef_I32Modifier and TypeMethodDescriptionstatic voidImplWaveletTransformBorder.horizontalInverse(BorderIndex1D border, WlBorderCoef<WlCoef_I32> desc, GrayS32 input, GrayS32 output) static voidImplWaveletTransformNaive.horizontalInverse(BorderIndex1D border, WlBorderCoef<WlCoef_I32> inverseCoef, GrayI input, GrayI output) Performs a single level inverse wavelet transform along the horizontal axis.static voidImplWaveletTransformBorder.verticalInverse(BorderIndex1D border, WlBorderCoef<WlCoef_I32> desc, GrayS32 input, GrayS32 output) static voidImplWaveletTransformNaive.verticalInverse(BorderIndex1D border, WlBorderCoef<WlCoef_I32> inverseCoef, GrayI input, GrayI output) Performs a single level inverse wavelet transform along the vertical axis. -
Uses of WlCoef_I32 in boofcv.factory.transform.wavelet
Methods in boofcv.factory.transform.wavelet that return types with arguments of type WlCoef_I32Modifier and TypeMethodDescriptionstatic WaveletDescription<WlCoef_I32>FactoryWaveletDaub.biorthogonal_I32(int J, BorderType borderType) Integer version ofFactoryWaveletDaub.biorthogonal_F32(int, boofcv.struct.border.BorderType).static WlBorderCoefFixed<WlCoef_I32>FactoryWaveletDaub.convertToInt(WlBorderCoefFixed<WlCoef_F32> orig, WlCoef_I32 inner) static <T extends GrayI<T>>
WaveletTransform<T,GrayS32, WlCoef_I32> FactoryWaveletTransform.create_I(WaveletDescription<WlCoef_I32> waveletDesc, int numLevels, int minPixelValue, int maxPixelValue, Class<T> imageType) Creates a wavelet transform for images that are derived fromGrayI.Methods in boofcv.factory.transform.wavelet with parameters of type WlCoef_I32Modifier and TypeMethodDescriptionstatic WlBorderCoefFixed<WlCoef_I32>FactoryWaveletDaub.convertToInt(WlBorderCoefFixed<WlCoef_F32> orig, WlCoef_I32 inner) Method parameters in boofcv.factory.transform.wavelet with type arguments of type WlCoef_I32Modifier and TypeMethodDescriptionstatic <T extends GrayI<T>>
WaveletTransform<T,GrayS32, WlCoef_I32> FactoryWaveletTransform.create_I(WaveletDescription<WlCoef_I32> waveletDesc, int numLevels, int minPixelValue, int maxPixelValue, Class<T> imageType) Creates a wavelet transform for images that are derived fromGrayI.