Items with no label
3338 Discussions

how to can get the value from the library face value

irifa
Débutant
1 773 Visites

hi i want to make conditional if with the value of face tracking to make categories of expression using these:

if (m_expressionDictionary.ContainsKey(PXCMFaceData.ExpressionsData.FaceExpression.EXPRESSION_SMILE) && m_expressionDictionary.ContainsValue("50")) {

MessageBox.Show("Yes");

}

else

{

MessageBox.Show("No");

}

if (m_closing) Close();

}));

and i want to know how to can get the value from the properties of picture below

0 Compliments
1 Répondre
MartyG
Contributeur émérite III
903 Visites

What values are you trying to get, please? Are you trying to get the values of the face landmark points? If so, the link below may help.

0 Compliments
Répondre