FaceSetRect Method

Set the bounding rectangle of the face.

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 SetRect(
	ushort x,
	ushort y,
	ushort width,
	ushort height
)

Parameters

x  UInt16
x coordinate of top left corner of the bounding box
y  UInt16
y coordinate of top left corner of the bounding box
width  UInt16
width of the bounding box
height  UInt16
height of the bounding box

Remarks

Identifies the crude bounding box of a face. Face detection algorithms will typically identify the face rectangle and then perform pose estimation within the faceRect to obtain more detailed pose points for a face.

See Also