FaceAddPosePoint Method

Add a PosePoint to this face object

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public void AddPosePoint(
	string pointName,
	PosePoint posePoint
)

Parameters

pointName  String
MPEG-4 Facial Data Point Name of the posePoint
posePoint  PosePoint
posePoint data

See Also