DetectionPosition

data class DetectionPosition(val topLeft: PointDouble, val topRight: PointDouble, val bottomRight: PointDouble, val bottomLeft: PointDouble)

Position of the document card in the image.

Constructors

Link copied to clipboard
fun DetectionPosition(topLeft: PointDouble, topRight: PointDouble, bottomRight: PointDouble, bottomLeft: PointDouble)

Properties

Link copied to clipboard

Bottom left corner.

Link copied to clipboard

Bottom right corner.

Link copied to clipboard

Top left corner.

Link copied to clipboard

Top right corner.