Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

how to can get the value from the library face value

irifa
Beginner
1,782 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
912 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