DetectionPosition

data class DetectionPosition(val center: PointDouble, val sizeToImageShorterSideRatio: Double)

Position of the detected face in the image.

Constructors

Link copied to clipboard
fun DetectionPosition(center: PointDouble, sizeToImageShorterSideRatio: Double)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

Center point of the face.

Link copied to clipboard

Ratio between the face size and the shorter image side.