boofcv.alg.filter.binary.impl
Class ImplBinaryInnerOps
- java.lang.Object
-
- boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
-
public class ImplBinaryInnerOps extends java.lang.ObjectOptimized 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:
BinaryImageOps
-
-
Constructor Summary
Constructors Constructor and Description ImplBinaryInnerOps()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voiddilate4(GrayU8 input, GrayU8 output)static voiddilate8(GrayU8 input, GrayU8 output)static voidedge4(GrayU8 input, GrayU8 output)static voidedge8(GrayU8 input, GrayU8 output)static voiderode4(GrayU8 input, GrayU8 output)static voiderode8(GrayU8 input, GrayU8 output)static voidremovePointNoise(GrayU8 input, GrayU8 output)
-
DataMelt 3.0 © DataMelt by jWork.ORG