boofcv.alg.shapes.polygon
Class UtilShapePolygon
- java.lang.Object
-
- boofcv.alg.shapes.polygon.UtilShapePolygon
-
public class UtilShapePolygon extends java.lang.ObjectUtility functions used by classes which fit polygons to shapes in the image
-
-
Constructor Summary
Constructors Constructor and Description UtilShapePolygon()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleanconvert(LineGeneral2D_F64[] lines, Polygon2D_F64 poly)Finds the intersections between the four lines and converts it into a quadrilateral
-
-
-
Method Detail
-
convert
public static boolean convert(LineGeneral2D_F64[] lines, Polygon2D_F64 poly)
Finds the intersections between the four lines and converts it into a quadrilateral- Parameters:
lines- Assumes lines are ordered
-
-
DataMelt 3.0 © DataMelt by jWork.ORG