HighDefinitionFaceFrame Class

Represents a high-definition face frame.

Syntax

public ref class HighDefinitionFaceFrame sealed : IClosable
public sealed class HighDefinitionFaceFrame : IDisposable
var highDefinitionFaceFrame = Microsoft.Kinect.Face.HighDefinitionFaceFrame;

Members

HighDefinitionFaceFrame has the following members.

Properties

Name Description
BodyFrameReference Gets a reference to the body frame associated with the high-definition face frame.
ColorFrameReference Gets a reference to the color frame associated with the high-definition face frame.
DepthFrameReference Gets a reference to the depth frame associated with the high-definitionface frame.
FaceAlignmentQuality Gets the face alignment quality.
FaceModel Gets the face model associated with the high-definition face frame.
HighDefinitionFaceFrameSource Gets the high-definition face frame source.
InfraredFrameReference Gets a reference to the infrared frame associated with the high-definition face frame.
IsFaceTracked Gets a boolean value indicating if the face is tracked.
IsTrackingIdValid Gets a boolean value indicating if the tracking ID is valid.
RelativeTime Gets the relative time of this frame.
TrackingId Gets the tracking ID.

Methods

Name Description
Close Closes the HighDefinitionFaceFrame.
GetAndRefreshFaceAlignmentResult Refreshes and gets the face alignment results.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

Microsoft.Kinect.Face Namespace