Package boofcv.alg.filter.blur.impl
package boofcv.alg.filter.blur.impl
-
ClassDescriptionImplementation of Geometric Mean filter as describes in [1] with modifications to avoid numerical issues.Implementation of Geometric Mean filter as describes in [1] with modifications to avoid numerical issues.A faster version of the histogram median filter that only processes the inner portion of the image.A faster version of the histogram median filter that only processes the inner portion of the image.Simple implementation of a histogram based median filter.Median filter which process only the image edges and uses quick select find the median.Median filter which uses quick select to find the local median value.Median filter which uses quick select to find the local median value.