Package boofcv.alg.filter.binary.impl
Class ImplBinaryInnerOps
java.lang.Object
boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
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
public ImplBinaryInnerOps()
-
-
Method Details
-
erode4
-
dilate4
-
edge4
-
erode8
-
dilate8
-
edge8
-
removePointNoise
-