FrameAddFace Method
Add a face and associated data to the frame.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool AddFace(
Face face
)
Public Function AddFace (
face As Face
) As Boolean
public:
bool AddFace(
Face^ face
)
member AddFace :
face : Face -> bool
- face Face
- face data to add to this Frame
Boolean true if face successfully added, false if the limit on the number of faces has been reached
Multiple faces can be added if an image contains multiple faces.