MBFace Geometry Model
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
bounding Box
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())