points property

List<Point<int>> points
final

Absolute coordinates of the detected document contour in image space sorted in clockwise order, starting from the top left corner.

Implementation

final List<Point<int>> points;