FaceImage

data class FaceImage(val bgrRawImage: BgrRawImage, 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.

Parameters

bgrRawImage

BGR raw image.

faceSizeRatioInterval

Interval of face size ratio.

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
fun FaceImage(bgrRawImage: BgrRawImage, faceSizeRatioInterval: IntervalDouble)

Properties

Link copied to clipboard