Uses of Class
boofcv.alg.shapes.polygon.DetectPolygonFromContour.Info
Packages that use DetectPolygonFromContour.Info
-
Uses of DetectPolygonFromContour.Info in boofcv.alg.fiducial.calib.squares
Method parameters in boofcv.alg.fiducial.calib.squares with type arguments of type DetectPolygonFromContour.InfoModifier 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
Methods in boofcv.alg.shapes.polygon that return types with arguments of type DetectPolygonFromContour.InfoMethods in boofcv.alg.shapes.polygon with parameters of type DetectPolygonFromContour.InfoModifier 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.