FaceSetRect Method
Set the bounding rectangle of the face.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public void SetRect(
ushort x,
ushort y,
ushort width,
ushort height
)
Public Sub SetRect (
x As UShort,
y As UShort,
width As UShort,
height As UShort
)
public:
void SetRect(
unsigned short x,
unsigned short y,
unsigned short width,
unsigned short height
)
member SetRect :
x : uint16 *
y : uint16 *
width : uint16 *
height : uint16 -> unit
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
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.