Package boofcv.factory.filter.binary
Class FactoryBinaryImageOps
java.lang.Object
boofcv.factory.filter.binary.FactoryBinaryImageOps
FilterImageInterface
wrappers around functions inside of BinaryImageOps
.
NOTE:: Not all functions inside of BinaryImageOps
are contained here.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FilterImageInterface<GrayU8,
GrayU8> dilate4
(int numTimes) Filter implementation ofBinaryImageOps.dilate4(GrayU8, int, GrayU8)
static FilterImageInterface<GrayU8,
GrayU8> dilate8
(int numTimes) Filter implementation ofBinaryImageOps.dilate8(GrayU8, int, GrayU8)
static FilterImageInterface<GrayU8,
GrayU8> edge4
(boolean outsideZero) Filter implementation ofBinaryImageOps.edge4(GrayU8, GrayU8, boolean)
static FilterImageInterface<GrayU8,
GrayU8> edge8
(boolean outsideZero) Filter implementation ofBinaryImageOps.edge8(GrayU8, GrayU8, boolean)
static FilterImageInterface<GrayU8,
GrayU8> erode4
(int numTimes) Filter implementation ofBinaryImageOps.erode4(GrayU8, int, GrayU8)
static FilterImageInterface<GrayU8,
GrayU8> erode8
(int numTimes) Filter implementation ofBinaryImageOps.erode8(GrayU8, int, GrayU8)
static FilterImageInterface<GrayS32,
GrayU8> Filter implementation ofBinaryImageOps.labelToBinary(GrayS32, GrayU8)
static FilterImageInterface<GrayU8,
GrayU8> Filter implementation ofBinaryImageOps.removePointNoise(GrayU8, GrayU8)
-
Constructor Details
-
FactoryBinaryImageOps
public FactoryBinaryImageOps()
-
-
Method Details
-
erode4
Filter implementation ofBinaryImageOps.erode4(GrayU8, int, GrayU8)
-
erode8
Filter implementation ofBinaryImageOps.erode8(GrayU8, int, GrayU8)
-
dilate4
Filter implementation ofBinaryImageOps.dilate4(GrayU8, int, GrayU8)
-
dilate8
Filter implementation ofBinaryImageOps.dilate8(GrayU8, int, GrayU8)
-
edge4
Filter implementation ofBinaryImageOps.edge4(GrayU8, GrayU8, boolean)
-
edge8
Filter implementation ofBinaryImageOps.edge8(GrayU8, GrayU8, boolean)
-
removePointNoise
Filter implementation ofBinaryImageOps.removePointNoise(GrayU8, GrayU8)
-
labelToBinary
Filter implementation ofBinaryImageOps.labelToBinary(GrayS32, GrayU8)
-