FrameAddFace Method

Add a face and associated data to the frame.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool AddFace(
	Face face
)

Parameters

face  Face
face data to add to this Frame

Return Value

Boolean
true if face successfully added, false if the limit on the number of faces has been reached

Remarks

Multiple faces can be added if an image contains multiple faces.

See Also