IFaceDetection

Face detection

Package com.appliedrec.verid.core2

public interface IFaceDetection

Methods

detectFacesInImage

Introduced in version 1.0.0

public detectFacesInImage(VerIDImage, int, int)

Detect faces in image.

Parameters

image com.appliedrec.verid.core2.VerIDImage
Image in which to detect faces
limit int
Limit the number of detected faces to this value
options int
Flags

Returns

com.appliedrec.verid.core2.Face[]
Array of faces

Throws

java.lang.Exception
if the detection fails

startFaceTracking

Introduced in version 1.0.0

public startFaceTracking()

Start a face tracking session.

Returns

com.appliedrec.verid.core2.IFaceTracking
Instance of com.appliedrec.verid.core2.IFaceTracking.html

Throws

java.lang.Exception
if unable to start

close

Introduced in version 1.0.0

public close()

Indicates that the instance will no longer be used and can free its resources.