VerID

Ver-ID environment

Package com.appliedrec.verid.core2

public class VerID

Methods

getFaceDetection

Introduced in version 1.0.0

public getFaceDetection()

Get an instance of face detection associated with this environment.

Returns

com.appliedrec.verid.core2.IFaceDetection
Face detection

getFaceRecognition

Introduced in version 1.0.0

public getFaceRecognition()

Get an instance of face recognition associated with this environment.

Returns

com.appliedrec.verid.core2.IFaceRecognition
Face recognition

getUserManagement

Introduced in version 1.0.0

public getUserManagement()

Get an instance of user management associated with this environment.

Returns

com.appliedrec.verid.core2.IUserManagement
User management

close

Introduced in version 1.0.0

public close()

Close (destroy) the environment

cleanup

Introduced in version 1.18.0

public cleanup()

Clean temporary files generated by Ver-ID sessions

getInstance

Introduced in version 1.0.0

public static getInstance(int)

Get an instance of Ver-ID by its instance ID.

The instance is created by Ver-ID factory.

Parameters

id int
ID of the instance to get

Returns

com.appliedrec.verid.core2.VerID
Instance of VerID

Throws

java.lang.Exception
if an instance with the given ID does not exists