Package boofcv.alg.filter.binary.impl
Class ImplBinaryInnerOps_MT
java.lang.Object
boofcv.alg.filter.binary.impl.ImplBinaryInnerOps_MT
@Generated("boofcv.alg.filter.binary.impl.ImplBinaryInnerOps")
public class ImplBinaryInnerOps_MT
extends 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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
static void
static void
static void
static void
removePointNoise
(GrayU8 input, GrayU8 output)
-
Constructor Details
-
ImplBinaryInnerOps_MT
public ImplBinaryInnerOps_MT()
-
-
Method Details
-
erode4
-
dilate4
-
edge4
-
erode8
-
dilate8
-
edge8
-
removePointNoise
-