boofcv.alg.denoise
Interface DenoiseWavelet<T extends ImageGray>
-
- All Known Implementing Classes:
- DenoiseBayesShrink_F32, DenoiseSureShrink_F32, DenoiseVisuShrink_F32, SubbandShrink
public interface DenoiseWavelet<T extends ImageGray>Interface for algorithms which "denoise" the wavelet transform of an image. Typically this is done by setting insignificant coefficients to zero.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddenoise(T transform, int numLevels)Removes noise from the multi-level wavelet transform.
-
-
-
Method Detail
-
denoise
void denoise(T transform, int numLevels)
Removes noise from the multi-level wavelet transform.- Parameters:
transform- Transform of the original image.numLevels- NUmber of levels in the transform.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG