Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the pivot point of the head.
Syntax
public:
property CameraSpacePoint HeadPivotPoint {
CameraSpacePoint get ();
void set (CameraSpacePoint value);
}
public CameraSpacePoint HeadPivotPoint { get; set; }
var headPivotPoint = faceAlignment.headPivotPoint;
faceAlignment.headPivotPoint = headPivotPoint;
Property value
Type: CameraSpacePoint
The pivot point of the head.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)