Uses of Class
boofcv.struct.PointIndex_I32
Packages that use PointIndex_I32
-
Uses of PointIndex_I32 in boofcv.alg.shapes
Methods in boofcv.alg.shapes that return types with arguments of type PointIndex_I32Modifier 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.Method parameters in boofcv.alg.shapes with type arguments of type PointIndex_I32Modifier 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
Methods in boofcv.struct that return PointIndex_I32