Uses of Class
boofcv.struct.PointIndex_I32
-
Uses of PointIndex_I32 in boofcv.alg.shapes
Modifier and TypeMethodDescriptionstatic List<PointIndex_I32>
ShapeFittingOps.fitPolygon
(List<Point2D_I32> sequence, boolean loop, int minimumSideLength, double cornerPenalty) Fits a polygon to the provided sequence of connected points.Modifier and TypeMethodDescriptionstatic void
ShapeFittingOps.indexToPointIndex
(List<Point2D_I32> sequence, DogArray_I32 indexes, DogArray<PointIndex_I32> output) Converts the list of indexes in a sequence into a list ofPointIndex_I32
. -
Uses of PointIndex_I32 in boofcv.struct