Uses of Interface
boofcv.alg.denoise.ShrinkThresholdRule
-
Uses of ShrinkThresholdRule in boofcv.alg.denoise.wavelet
Modifier and TypeClassDescriptionclass
Hard rule for shrinking an image: T(x) = x*1(|x|>T)class
Hard rule for shrinking an image: T(x) = x*1(|x|>T)class
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)class
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0) -
Uses of ShrinkThresholdRule in boofcv.factory.denoise
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DenoiseWavelet<T>FactoryDenoiseWaveletAlg.bayes
(@Nullable ShrinkThresholdRule<T> rule, Class<T> imageType) ReturnsBayes shrink
wavelet based image denoiser.