Package boofcv.factory.filter.binary
Class FactoryBinaryContourFinder
java.lang.Object
boofcv.factory.filter.binary.FactoryBinaryContourFinder
public class FactoryBinaryContourFinder extends Object
Creates instances of
BinaryLabelContourFinder
-
Constructor Summary
Constructors Constructor Description FactoryBinaryContourFinder()
-
Method Summary
Modifier and Type Method Description static BinaryLabelContourFinder
linearChang2004()
static BinaryContourFinderLinearExternal
linearExternal()
Binary contour finder for external contours only.
-
Constructor Details
-
FactoryBinaryContourFinder
public FactoryBinaryContourFinder()
-
-
Method Details
-
linearChang2004
- Returns:
- new instance
-
linearExternal
Binary contour finder for external contours only.BinaryContourFinderLinearExternal
-