コード例 #1
0
ファイル: Age.cs プロジェクト: pzhu1015/SQLClient
 public static extern int EstimationPreview(IntPtr engine, ref ImageData imgData, ref EstimationInput estimationInputInput, out EstimationResult pAgeResult);
コード例 #2
0
ファイル: Gender.cs プロジェクト: pzhu1015/SQLClient
 public static extern int EstimationStatic(IntPtr engine, ref ImageData imgData, ref EstimationInput estimationInputInput, out EstimationResult pGenderResult);