Documentation of 'boofcv.alg.filter.blur.impl.ImplMedianHistogramInnerNaive' Java class
ImplMedianHistogramInnerNaive
boofcv.alg.filter.blur.impl

Class ImplMedianHistogramInnerNaive



  • public class ImplMedianHistogramInnerNaive
    extends java.lang.Object

    Simple implementation of a histogram based median filter. Only processes the inner portion of the image.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void process(GrayU8 input, GrayU8 output, int radius, int[] offset, int[] histogram)
      Applies a median image filter.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImplMedianHistogramInnerNaive

        public ImplMedianHistogramInnerNaive()
    • Method Detail

      • process

        public static void process(GrayU8 input,
                                   GrayU8 output,
                                   int radius,
                                   int[] offset,
                                   int[] histogram)
        Applies a median image filter.
        Parameters:
        input - Input image. Not modified.
        output - Filtered output image. Modified.
        radius - Size of the filter region.
        offset - Array used to store relative pixel offsets.
        histogram - Saves the image histogram. Must be at least 256 elements.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.