FaceDetectionServiceFactory

Face detection service factory

Package com.appliedrec.verid.core2

public class FaceDetectionServiceFactory

Implements

Constructors

FaceDetectionServiceFactory

Introduced in version 1.0.0

public FaceDetectionServiceFactory(VerID)

Constructor

Parameters

environment com.appliedrec.verid.core2.VerID
Ver-ID environment to be used for face detection

FaceDetectionServiceFactory

Introduced in version 1.5.0

public FaceDetectionServiceFactory(VerID, FaceAlignmentDetection)

Constructor

Parameters

environment com.appliedrec.verid.core2.VerID
Ver-ID environment to be used for face detection
faceAlignmentDetection com.appliedrec.verid.core2.session.FaceAlignmentDetection
To be used when evaluating the alignment of the detected faces

Methods

makeFaceDetectionService

Introduced in version 1.0.0

public makeFaceDetectionService(VerIDSessionSettings)

Make an instance of face detection service.

Parameters

settings com.appliedrec.verid.core2.session.VerIDSessionSettings
Session settings

Returns

com.appliedrec.verid.core2.IFaceDetectionService
Face detection service

Throws

java.lang.Exception