Class ImplEdgeNonMaxSuppressionCrude
java.lang.Object
boofcv.alg.feature.detect.edge.impl.ImplEdgeNonMaxSuppressionCrude
Implementations of the crude version of non-maximum edge suppression. If the gradient is positive or negative is used to determine the direction of suppression. This is faster since an expensive orientation calculation is avoided.
DO NOT MODIFY. Generated by GenerateImplEdgeNonMaxSuppressionCrude.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Just processes the image border.static void
Just processes the image border.static void
Only processes the inner image.static void
Only processes the inner image.static void
Only processes the inner image.
-
Constructor Details
-
ImplEdgeNonMaxSuppressionCrude
public ImplEdgeNonMaxSuppressionCrude()
-
-
Method Details
-
inner4
Only processes the inner image. Ignoring the border. -
inner4
Only processes the inner image. Ignoring the border. -
inner4
Only processes the inner image. Ignoring the border. -
border4
Just processes the image border. -
border4
Just processes the image border.
-