Merged PR 3229: Better detect doc.

Better detect doc.
This commit is contained in:
Xuan (Sean) Hu 2017-10-23 02:57:15 +00:00 коммит произвёл huxuan
Родитель e462412b94
Коммит 287a9ff8c8
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -20,9 +20,9 @@ def detect(image, face_id=True, landmarks=False, attributes=''):
attributes: [Optional] Analyze and return the one or more specified
face attributes in the comma-separated string like
"age,gender". Supported face attributes include age, gender,
headPose, smile, facialHair, glasses and emotion.
Note that each face attribute analysis has additional
computational and time cost.
headPose, smile, facialHair, glasses, emotion, makeup, accessories,
occlusion, blur, exposure, noise. Note that each face attribute
analysis has additional computational and time cost.
Returns:
An array of face entries ranked by face rectangle size in descending