Uses of Interface
boofcv.abst.filter.binary.BinaryContourFinder
-
Uses of BinaryContourFinder in boofcv.abst.filter.binary
-
Uses of BinaryContourFinder in boofcv.alg.shapes.polygon
ModifierConstructorDescriptionDetectPolygonFromContour
(PointsToPolyline contourToPolyline, boolean outputClockwiseUpY, boolean touchBorder, double contourEdgeThreshold, double tangentEdgeIntensity, BinaryContourFinder contourFinder, Class<T> inputType) Configures the detector.