Ejemplo n.º 1
0
 public FaceRecognizer()
 {
     http   = new HttpClient();
     server = RecognitionServer.Inst;
 }
Ejemplo n.º 2
0
 public EmotionRecognizer()
 {
     server = RecognitionServer.Inst;
 }