[android] 12_人脸识别

Android 4.0


http://www.face.com 已经被facebook收购 
http://cn.faceplusplus.com/ 国内的人脸识别网站
http://cn.faceplusplus.com/demo/demo_detect/
使用:
REST URL:
http://apicn.faceplusplus.com/v2/detection/detect?api_key=DEMO_KEY&api_secret=DEMO_SECRET
RESPONSE JSON:
{
  "face": [
    {
      "attribute": {
        "age": {
          "range":
5
,
          "value":
13
        },
        "gender": {
          "confidence":
90.021
,
          "value": "Female"
        },
        "glass": {
          "confidence":
87.7496
,
          "value": "None"
        },
        "pose": {
          "pitch_angle": {
            "value":
-15.0243582036
          },
          "roll_angle": {
            "value":
-4.50651
          },
          "yaw_angle": {
            "value":
5
          }
        },
        "race": {
          "confidence":
80.6602
,
          "value": "Asian"
        },
        "smiling": {
          "value":
3.75953
        }
      },
      "face_id": "3139e763fcbfb05193201a8cc655e70a",
      "position": {
        "center": {
          "x":
51.341463
,
          "y":
66.449511
        },
        "eye_left": {
          "x":
39.819756
,
          "y":
52.827362
        },
        "eye_right": {
          "x":
61.197073
,
          "y":
50.577199
        },
        "height":
53.420195
,
        "mouth_left": {
          "x":
42.609756
,
          "y":
81.632248
        },
        "mouth_right": {
          "x":
60.864146
,
          "y":
79.960261
        },
        "nose": {
          "x":
49.494146
,
          "y":
71.362541
        },
        "width":
40.243902
      },
      "tag": ""
    }
  ],
  "img_height":
307
,
  "img_id": "9381fa58bb86ef7696ca30a6017a335e",
  "img_width":
410
,
  "session_id": "bda4ddb0490544a786cf118fdfb2b402",
  "url": null
}