public class FactoryBinaryImageOps extends Object
FilterImageInterface wrappers around functions inside of BinaryImageOps.
NOTE:: Not all functions inside of BinaryImageOps are contained here.| Constructor and Description |
|---|
FactoryBinaryImageOps() |
public static FilterImageInterface<ImageUInt8,ImageUInt8> erode4()
BinaryImageOps.erode4(boofcv.struct.image.ImageUInt8, boofcv.struct.image.ImageUInt8)public static FilterImageInterface<ImageUInt8,ImageUInt8> erode8()
BinaryImageOps.erode8(boofcv.struct.image.ImageUInt8, boofcv.struct.image.ImageUInt8)public static FilterImageInterface<ImageUInt8,ImageUInt8> dilate4()
BinaryImageOps.dilate4(boofcv.struct.image.ImageUInt8, boofcv.struct.image.ImageUInt8)public static FilterImageInterface<ImageUInt8,ImageUInt8> dilate8()
BinaryImageOps.dilate8(boofcv.struct.image.ImageUInt8, boofcv.struct.image.ImageUInt8)public static FilterImageInterface<ImageUInt8,ImageUInt8> edge4()
BinaryImageOps.edge4(boofcv.struct.image.ImageUInt8, boofcv.struct.image.ImageUInt8)public static FilterImageInterface<ImageUInt8,ImageUInt8> edge8()
BinaryImageOps.edge8(boofcv.struct.image.ImageUInt8, boofcv.struct.image.ImageUInt8)public static FilterImageInterface<ImageUInt8,ImageUInt8> removePointNoise()
BinaryImageOps.removePointNoise(boofcv.struct.image.ImageUInt8, boofcv.struct.image.ImageUInt8)public static FilterImageInterface<ImageSInt32,ImageUInt8> labelToBinary()
BinaryImageOps.labelToBinary(boofcv.struct.image.ImageSInt32, boofcv.struct.image.ImageUInt8)Copyright © 2013. All Rights Reserved.