Uses of Interface
boofcv.abst.filter.binary.BinaryContourFinder
Packages that use BinaryContourFinder
-
Uses of BinaryContourFinder in boofcv.abst.filter.binary
Classes in boofcv.abst.filter.binary that implement BinaryContourFinder -
Uses of BinaryContourFinder in boofcv.alg.shapes.polygon
Constructors in boofcv.alg.shapes.polygon with parameters of type BinaryContourFinderModifierConstructorDescriptionDetectPolygonFromContour
(PointsToPolyline contourToPolyline, boolean outputClockwiseUpY, boolean touchBorder, double contourEdgeThreshold, double tangentEdgeIntensity, BinaryContourFinder contourFinder, Class<T> inputType) Configures the detector.