cornerPoints property

List<Point<int>> cornerPoints
final

The four corner points of the barcode, in clockwise order starting with the top left relative to the detected image in the view coordinate system.

Due to the possible perspective distortions, this is not necessarily a rectangle.

Implementation

final List<Point<int>> cornerPoints;