| Package | Description |
|---|---|
| boofcv.alg.denoise.wavelet | |
| boofcv.factory.denoise |
| Modifier and Type | Class and Description |
|---|---|
class |
ShrinkThresholdHard_F32
Hard rule for shrinking an image: T(x) = x*1(|x|>T)
|
class |
ShrinkThresholdHard_I32
Hard rule for shrinking an image: T(x) = x*1(|x|>T)
|
class |
ShrinkThresholdSoft_F32
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)
|
class |
ShrinkThresholdSoft_I32
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)
|
| Modifier and Type | Field and Description |
|---|---|
protected ShrinkThresholdRule<I> |
SubbandShrink.rule |
| Constructor and Description |
|---|
DenoiseBayesShrink_F32(ShrinkThresholdRule<ImageFloat32> rule) |
SubbandShrink(ShrinkThresholdRule<I> rule) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryDenoiseWaveletAlg.bayes(ShrinkThresholdRule<T> rule,
Class<T> imageType)
Returns
Bayes shrink wavelet based image denoiser. |
Copyright © 2013. All Rights Reserved.