DetectionPosition

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

Position of the palm in the image.

Constructors

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

Types

Link copied to clipboard
object Companion

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.