Documentation of 'boofcv.alg.feature.detect.edge.impl.ImplEdgeNonMaxSuppression' Java class
ImplEdgeNonMaxSuppression
boofcv.alg.feature.detect.edge.impl

Class ImplEdgeNonMaxSuppression



  • public class ImplEdgeNonMaxSuppression
    extends java.lang.Object
    Algorithms for performing non-max suppression. Edge intensities are set to zero if adjacent pixels have a value greater than the current value. Adjacency is determined by the gradients discretized direction. NOTE: This is technically not true non-maximum suppression because equal values are allowed.
    • Constructor Detail

      • ImplEdgeNonMaxSuppression

        public ImplEdgeNonMaxSuppression()
    • Method Detail

      • inner4

        public static void inner4(GrayF32 intensity,
                                  GrayS8 direction,
                                  GrayF32 output)
        Only processes the inner image. Ignoring the border.
      • naive4

        public static void naive4(GrayF32 _intensity,
                                  GrayS8 direction,
                                  GrayF32 output)
        Slow algorithm which processes the whole image.
      • border4

        public static void border4(GrayF32 _intensity,
                                   GrayS8 direction,
                                   GrayF32 output)
        Just processes the image border.
      • inner8

        public static void inner8(GrayF32 intensity,
                                  GrayS8 direction,
                                  GrayF32 output)
        Only processes the inner image. Ignoring the border.
      • naive8

        public static void naive8(GrayF32 _intensity,
                                  GrayS8 direction,
                                  GrayF32 output)
        Slow algorithm which processes the whole image.
      • border8

        public static void border8(GrayF32 _intensity,
                                   GrayS8 direction,
                                   GrayF32 output)
        Just processes the image border.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.