Uses of Interface
boofcv.alg.denoise.DenoiseWavelet
Packages that use DenoiseWavelet
-
Uses of DenoiseWavelet in boofcv.abst.denoise
Constructors in boofcv.abst.denoise with parameters of type DenoiseWaveletModifierConstructorDescriptionWaveletDenoiseFilter(WaveletTransform<T, ?, ?> wavelet, DenoiseWavelet denoiser) Specifies which wavelet and algorithm is used for removing image noise. -
Uses of DenoiseWavelet in boofcv.alg.denoise.wavelet
Classes in boofcv.alg.denoise.wavelet that implement DenoiseWaveletModifier and TypeClassDescriptionclassDenoises images using an adaptive soft-threshold in each sub-band computed using Bayesian statistics.classSureShrink denoises wavelets using a threshold computed by minimizing Stein's Unbiased Risk Estimate (SURE).classClassic algorithm for wavelet noise reduction by shrinkage with a universal threshold.classSubbandShrink<I extends ImageGray<I>>Performs an adaptive threshold based wavelet shrinkage across each of the wavelet subbands in each layer of the transformed image. -
Uses of DenoiseWavelet in boofcv.factory.denoise
Methods in boofcv.factory.denoise that return DenoiseWaveletModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DenoiseWavelet<T>FactoryDenoiseWaveletAlg.bayes(@Nullable ShrinkThresholdRule<T> rule, Class<T> imageType) ReturnsBayes shrinkwavelet based image denoiser.static <T extends ImageGray<T>>
DenoiseWavelet<T>Returnssure shrinkwavelet based image denoiser.static <T extends ImageGray<T>>
DenoiseWavelet<T>Returnsvisu shrinkwavelet based image denoiser.