Uses of Class
boofcv.alg.shapes.polygon.DetectPolygonFromContour.Info
-
Uses of DetectPolygonFromContour.Info in boofcv.alg.fiducial.calib.squares
Modifier and TypeMethodDescriptionSquaresIntoCrossClusters.process
(List<DetectPolygonFromContour.Info> squares) Processes the unordered set of squares and creates a graph out of them using prior knowledge and geometric constraints. -
Uses of DetectPolygonFromContour.Info in boofcv.alg.shapes.polygon
Modifier and TypeMethodDescriptionvoid
DetectPolygonBinaryGrayRefine.AdjustBeforeRefineEdge.adjust
(DetectPolygonFromContour.Info info, boolean clockwise) DetectPolygonFromContour.getContour
(DetectPolygonFromContour.Info info) Returns the undistorted contour for a shape.boolean
DetectPolygonBinaryGrayRefine.refine
(DetectPolygonFromContour.Info info) Refines the fit to the specified polygon.