示例#1
0
 public FaceRecognizer()
 {
     http   = new HttpClient();
     server = RecognitionServer.Inst;
 }
示例#2
0
 public EmotionRecognizer()
 {
     server = RecognitionServer.Inst;
 }