detectFaces: detectFaces

Description Usage Arguments Value Author(s)

Description

Detecting faces in the image. It will call Face++ API.

Usage

1
detectFaces(proxy, image_file)

Arguments

proxy

A FaceppProxy object. See newFaceppProxy for more details.

image_file

Image filename.

Value

List of faces detected in the image. Each item of the return value is also a list:

face_rectangle

The rectangle that bounds the face

face_token

A string to refer a face. It is used to get more attributes about the face.

Author(s)

Mengxiao Lin <linmx0130@gmail.com>


linmx0130/r_facepp documentation built on May 12, 2019, 5:40 a.m.