Package boofcv.alg.filter.blur
package boofcv.alg.filter.blur
-
ClassDescriptionGiven an estimate of image noise sigma, adaptive applies a mean filter dependent on local image statistics in order to preserve edges, see [1].Catch all class for function which "blur" an image, typically used to "reduce" the amount of noise in the image.Override for blur image ops functionsBOverrideBlurImageOps.Gaussian<T extends ImageBase<T>>BOverrideBlurImageOps.Mean<T extends ImageBase<T>>BOverrideBlurImageOps.Median<T extends ImageBase<T>>Generalized functions for applying different image blur operators.