Uses of Interface
boofcv.abst.filter.binary.BinaryContourInterface
-
Uses of BinaryContourInterface in boofcv.abst.filter.binary
Modifier and TypeInterfaceDescriptioninterface
Interface for finding contours around binary blobs.interface
Interface for finding contours around binary blobs and labeling the image at the same time.Modifier and TypeClassDescriptionclass
Wrapper aroundLinearExternalContours
class
Wrapper aroundLinearContourLabelChang2004
forBinaryLabelContourFinder
Modifier and TypeMethodDescriptionstatic List<Point2D_I32>
BinaryContourInterface.copyContour
(BinaryContourInterface finder, int contourID) Convenience function which loads a contour and creates copy of all the points and returns a new listModifierConstructorDescriptionBinaryContourHelper
(BinaryContourInterface alg, boolean copyBinary) -
Uses of BinaryContourInterface in boofcv.alg.filter.binary
-
Uses of BinaryContourInterface in boofcv.alg.shapes.ellipse