public class Api extends Object
| Constructor and Description |
|---|
Api() |
| Modifier and Type | Method and Description |
|---|---|
org.json.simple.JSONObject |
AddFace(BufferedImage originalImage,
int person_id) |
org.json.simple.JSONObject |
AddPerson(String namesurname,
int id) |
org.json.simple.JSONObject |
FaceDetect(android.graphics.Bitmap originalImage) |
org.json.simple.JSONObject |
FaceDetect(BufferedImage originalImage) |
org.json.simple.JSONObject |
FaceDetect(String originalImage) |
public org.json.simple.JSONObject FaceDetect(BufferedImage originalImage)
public org.json.simple.JSONObject FaceDetect(android.graphics.Bitmap originalImage)
public org.json.simple.JSONObject FaceDetect(String originalImage)
public org.json.simple.JSONObject AddPerson(String namesurname, int id)
public org.json.simple.JSONObject AddFace(BufferedImage originalImage, int person_id)
Copyright © 2019. All rights reserved.