Items with no label
3335 Discussions

how to can get the value from the library face value

irifa
Beginner
1,195 Views

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 Kudos
1 Reply
MartyG
Honored Contributor III
325 Views

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 Kudos
Reply