public class FaceCandidate
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
FaceCandidate()
Creates a new instance of the FaceCandidate class.
|
FaceCandidate(long handle)
Creates a new instance of the FaceCandidate class.
|
| Modifier and Type | Method and Description |
|---|---|
FaceCandidate |
clone()
Creates a copy of the FaceCandidate object.
|
void |
close()
Releases all resources used by this FaceCandidate.
|
protected void |
finalize()
Finalizer for this class.
|
long |
getHandle()
Gets the native handle.
|
java.lang.String |
getId()
Gets the ID of the most similar face template as defined in the reference face template list used to perform the search.
|
int |
getScore()
Gets the match score between the face probe template and the most similar one in the reference face template list used to perform the search.
|
public FaceCandidate()
throws FaceException
FaceException - An error has occurred during Face Library execution.public FaceCandidate(long handle)
throws FaceException
handle - Handle to the FaceCandidate.FaceException - An error has occurred during Face Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public FaceCandidate clone() throws FaceException
clone in class java.lang.ObjectFaceException - An error has occurred during Face Library execution.public java.lang.String getId()
throws FaceException
FaceException - An error has occurred during Face Library execution.public int getScore()
throws FaceException
FaceException - An error has occurred during Face Library execution.Copyright © id3 Technologies. All rights reserved. eu.id3.face