points property

List<Point<int>> points
final

Gets a 2D point List for contour positions.

The point (0, 0) is defined as the upper-left corner of the image.

Implementation

final List<Point<int>> points;