MBFaceGeometryModel

data class MBFaceGeometryModel(var yaw: Float = 0.0f, var pitch: Float = 0.0f, var roll: Float = 0.0f, var boundingBox: BoundingBox = BoundingBox())

MBFrameMetadata describes a single frame metadata

Parameters

yaw

Face pose angle in the Y axle

pitch

Face pose angle in the Z axle

roll

Face pose angle in the X axle

boundingBox

Face bounding box coordinates in the source image

Constructors

Link copied to clipboard
constructor(yaw: Float = 0.0f, pitch: Float = 0.0f, roll: Float = 0.0f, boundingBox: BoundingBox = BoundingBox())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var roll: Float
Link copied to clipboard
var yaw: Float