Detection Position
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)