Documentation of 'boofcv.alg.filter.binary.impl.ImplBinaryInnerOps' Java class
ImplBinaryInnerOps
boofcv.alg.filter.binary.impl

Class ImplBinaryInnerOps



  • public class ImplBinaryInnerOps
    extends java.lang.Object

    Optimized binary operations for the interior of an image only. Allows less bounds checking

    DESIGN NOTE: Minimizing logical operations seems to boost performance significantly. Even if this means increasing the number of array accesses. So always summing the neighbors is faster than checking one and then summing

    See Also:
    BinaryImageOps
    • Constructor Detail

      • ImplBinaryInnerOps

        public ImplBinaryInnerOps()
    • Method Detail

      • erode4

        public static void erode4(GrayU8 input,
                                  GrayU8 output)
      • dilate4

        public static void dilate4(GrayU8 input,
                                   GrayU8 output)
      • edge4

        public static void edge4(GrayU8 input,
                                 GrayU8 output)
      • erode8

        public static void erode8(GrayU8 input,
                                  GrayU8 output)
      • dilate8

        public static void dilate8(GrayU8 input,
                                   GrayU8 output)
      • edge8

        public static void edge8(GrayU8 input,
                                 GrayU8 output)
      • removePointNoise

        public static void removePointNoise(GrayU8 input,
                                            GrayU8 output)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.