Items with no label
3338 ディスカッション

how to can get the value from the library face value

irifa
ビギナー
1,770件の閲覧回数

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 件の賞賛
1 返信
MartyG
名誉コントリビューター III
900件の閲覧回数

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.

返信