Class ImplEdgeNonMaxSuppressionCrude_MT
java.lang.Object
boofcv.alg.feature.detect.edge.impl.ImplEdgeNonMaxSuppressionCrude_MT
@Generated("boofcv.alg.feature.detect.edge.impl.ImplEdgeNonMaxSuppressionCrude")
public class ImplEdgeNonMaxSuppressionCrude_MT
extends Object
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_MT
public ImplEdgeNonMaxSuppressionCrude_MT()
-
-
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.
-