UserIdentification

Identify users in faces

Package com.appliedrec.verid.core2

public class UserIdentification

Constructor

UserIdentification

Introduced in version 1.0.0

public UserIdentification(VerID)

Constructor

Parameters

environment com.appliedrec.verid.core2.VerID
Ver-ID instance

Methods

identifyUsersInFace

Introduced in version 1.0.0

public identifyUsersInFace(RecognizableFace)

Identify one or more registered users in the face.

The function returns users whose faces compared to the given face yield a similarity score above the authentication threshold.

Parameters

face com.appliedrec.verid.core2.RecognizableFace
The face in which to identify the users

Returns

java.util.Map<String, Float>
Map of user IDs and similarity scores – higher score = better match

Throws

java.lang.Exception
if the identification fails