Uses of Interface
boofcv.alg.denoise.ShrinkThresholdRule
Packages that use ShrinkThresholdRule
-
Uses of ShrinkThresholdRule in boofcv.alg.denoise.wavelet
Classes in boofcv.alg.denoise.wavelet that implement ShrinkThresholdRuleModifier 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)Fields in boofcv.alg.denoise.wavelet declared as ShrinkThresholdRuleConstructors in boofcv.alg.denoise.wavelet with parameters of type ShrinkThresholdRule -
Uses of ShrinkThresholdRule in boofcv.factory.denoise
Methods in boofcv.factory.denoise with parameters of type ShrinkThresholdRuleModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DenoiseWavelet<T>FactoryDenoiseWaveletAlg.bayes
(@Nullable ShrinkThresholdRule<T> rule, Class<T> imageType) ReturnsBayes shrink
wavelet based image denoiser.