NET_DVR_FACE_FEATURE

Structure about facial feature parameters.

Structure Definition

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;

Members

struFace

Face sub-picture area, see details in the structure NET_VCA_RECT.

struLeftEye

Coordinates of the left eye, see details in the structure NET_VCA_POINT.

struRightEye

Coordinates of the right eye, see details in the structure NET_VCA_POINT.

struLeftMouth

Coordinates of the left mouth corner, see details in the structure NET_VCA_POINT.

struRightMouth

Coordinates of the right mouth corner, see details in the structure NET_VCA_POINT.

struNoseTip

Coordinates of the nose, see details in the structure NET_VCA_POINT.