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 TypeClassDescriptionclassHard rule for shrinking an image: T(x) = x*1(|x|>T)classHard rule for shrinking an image: T(x) = x*1(|x|>T)classSoft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)classSoft 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 shrinkwavelet based image denoiser.