FaceImage

data class FaceImage(val image: Image, val faceSizeRatioInterval: IntervalDouble)

Image of a face with expected face size ratio interval. It can be used for face detection and matching. The face in the image must be upright and not tilted sideways.

Throws

If arguments are invalid or if faceSizeRatioInterval corresponds to invalid face size.

If DOT Face library with the detection module is not activated.

Constructors

Link copied to clipboard
constructor(image: Image, faceSizeRatioInterval: IntervalDouble)

Properties

Link copied to clipboard

Interval of face size ratio.

Link copied to clipboard