Uses of Interface
boofcv.abst.shapes.polyline.PointsToPolyline
Packages that use PointsToPolyline
Package
Description
-
Uses of PointsToPolyline in boofcv.abst.shapes.polyline
Classes in boofcv.abst.shapes.polyline that implement PointsToPolylineModifier and TypeClassDescriptionclass
Wrapper aroundPolylineSplitMerge
forPointsToPolyline
.class
Deprecated. -
Uses of PointsToPolyline in boofcv.alg.fiducial.calib.chess
Methods in boofcv.alg.fiducial.calib.chess with parameters of type PointsToPolylineModifier and TypeMethodDescriptionvoid
ChessboardPolygonHelper.configureBeforePolyline
(PointsToPolyline contourToPolyline, boolean touchesBorder) -
Uses of PointsToPolyline in boofcv.alg.shapes.polygon
Methods in boofcv.alg.shapes.polygon with parameters of type PointsToPolylineModifier and TypeMethodDescriptionvoid
PolygonHelper.configureBeforePolyline
(PointsToPolyline contourToPolyline, boolean touchesBorder) Provide an oportunity to configure the polyline fit based on what's currently knownConstructors in boofcv.alg.shapes.polygon with parameters of type PointsToPolylineModifierConstructorDescriptionDetectPolygonFromContour
(PointsToPolyline contourToPolyline, boolean outputClockwiseUpY, boolean touchBorder, double contourEdgeThreshold, double tangentEdgeIntensity, BinaryContourFinder contourFinder, Class<T> inputType) Configures the detector. -
Uses of PointsToPolyline in boofcv.factory.shape
Methods in boofcv.factory.shape that return PointsToPolylineModifier and TypeMethodDescriptionstatic PointsToPolyline
FactoryPointsToPolyline.create
(BaseConfigPolyline config) Generic function for create polyline algorithms based on configuration typestatic PointsToPolyline
FactoryPointsToPolyline.splitMerge
(@Nullable ConfigPolylineSplitMerge config) static PointsToPolyline
FactoryPointsToPolyline.splitMerge
(@Nullable ConfigSplitMergeLineFit config) Deprecated.