IS_FacialExpressionIsActive() public static method

public static IS_FacialExpressionIsActive ( IntPtr state, IEE_FacialExpressionAlgo_t type ) : System.Boolean
state System.IntPtr
type IEE_FacialExpressionAlgo_t
return System.Boolean
Exemplo n.º 1
0
 /// <summary>
 /// Query whether the signal is too noisy for Expressiv detection to be active
 /// </summary>
 /// <param name="type">Expressiv detection type</param>
 /// <returns>detection state (false: Not Active, true: Active)</returns>
 public Boolean FacialExpressionIsActive(EdkDll.IEE_FacialExpressionAlgo_t type)
 {
     return(EdkDll.IS_FacialExpressionIsActive(hEmoState, type));
 }