- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
