Structure about facial feature parameters.
struct{ NET_VCA_RECT struFace; NET_VCA_POINT struLeftEye; NET_VCA_POINT struRightEye; NET_VCA_POINT struLeftMouth; NET_VCA_POINT struRightMouth; NET_VCA_POINT struNoseTip; }NET_DVR_FACE_FEATURE, *LPNET_DVR_FACE_FEATURE;
Face sub-picture area, see details in the structure NET_VCA_RECT.
Coordinates of the left eye, see details in the structure NET_VCA_POINT.
Coordinates of the right eye, see details in the structure NET_VCA_POINT.
Coordinates of the left mouth corner, see details in the structure NET_VCA_POINT.
Coordinates of the right mouth corner, see details in the structure NET_VCA_POINT.
Coordinates of the nose, see details in the structure NET_VCA_POINT.