Ejemplo n.º 1
0
 static extern Int32 Unmanged_IEE_FacialExpressionGetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, out Int32 pValueOut);
Ejemplo n.º 2
0
 public static Int32 IEE_FacialExpressionGetTrainingAction(UInt32 userId, out IEE_FacialExpressionAlgo_t pActionOut)
 {
     return Unmanged_IEE_FacialExpressionGetTrainingAction(userId, out pActionOut);
 }
Ejemplo n.º 3
0
 static extern Int32 Unmanged_IEE_FacialExpressionSetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 value);
Ejemplo n.º 4
0
 public static Int32 IEE_FacialExpressionGetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, out Int32 pValueOut)
 {
     return Unmanged_IEE_FacialExpressionGetThreshold(userId, algoName, thresholdName, out pValueOut);
 }
Ejemplo n.º 5
0
 public static Int32 IEE_FacialExpressionSetTrainingAction(UInt32 userId, IEE_FacialExpressionAlgo_t action)
 {
     return Unmanged_IEE_FacialExpressionSetTrainingAction(userId, action);
 }
Ejemplo n.º 6
0
 static extern Boolean Unmanaged_IS_FacialExpressionIsActive(IntPtr state, IEE_FacialExpressionAlgo_t type);
Ejemplo n.º 7
0
 public static Int32 IEE_FacialExpressionSetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 value)
 {
     return Unmanged_IEE_FacialExpressionSetThreshold(userId, algoName, thresholdName, value);
 }
Ejemplo n.º 8
0
 static extern Int32 Unmanged_IEE_FacialExpressionGetTrainingAction(UInt32 userId, out IEE_FacialExpressionAlgo_t pActionOut);
Ejemplo n.º 9
0
 static extern Int32 Unmanged_IEE_FacialExpressionSetTrainingAction(UInt32 userId, IEE_FacialExpressionAlgo_t action);
Ejemplo n.º 10
0
 static extern Int32 Unmanged_IEE_FacialExpressionGetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, out Int32 pValueOut);
Ejemplo n.º 11
0
 static extern Int32 Unmanged_IEE_FacialExpressionSetThreshold(UInt32 userId, IEE_FacialExpressionAlgo_t algoName, IEE_FacialExpressionThreshold_t thresholdName, Int32 value);
Ejemplo n.º 12
0
 public static Boolean IS_FacialExpressionIsActive(IntPtr state, IEE_FacialExpressionAlgo_t type)
 {
     return Unmanaged_IS_FacialExpressionIsActive(state, type);
 }