Face SDK  1.14.1 Mozart release
Face Recognition Software Development Kit
Classes | Functions | Variables
Java interface

Classes

enum  com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm
 
class  com.tech5.FaceSDK.FaceSelector
 

Functions

 com.tech5.FaceSDK.FaceSelector.FaceSelector (SelectionAlgorithm alg, int detectorVersion) throws FaceSDKException
 
boolean com.tech5.FaceSDK.FaceSelector.equals (Object o)
 
void com.tech5.FaceSDK.FaceSelector.finalize () throws Throwable
 
void com.tech5.FaceSDK.FaceSelector.close () throws Exception
 
Face com.tech5.FaceSDK.FaceSelector.selectFace (FaceSet faceSet) throws FaceSDKException
 
AlignmentInfo com.tech5.FaceSDK.FaceSelector.selectFace (AlignmentInfoSet alignmentInfoSet) throws FaceSDKException
 

Variables

 com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.WidestFace
 
 com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.BiggestConfidence
 
 com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.ClosestToImgCenter
 

Detailed Description

Function Documentation

◆ FaceSelector()

com.tech5.FaceSDK.FaceSelector.FaceSelector ( SelectionAlgorithm  alg,
int  detectorVersion 
) throws FaceSDKException
inline

Creates FaceSelector with specified selection algorithm and detector's version from supposed the results which it is supposed to select.

Parameters
algthe selection algorithm
detectorVersionthe detector version
Exceptions
FaceSDKExceptionin case of an error in native code.

◆ selectFace() [1/2]

Face com.tech5.FaceSDK.FaceSelector.selectFace ( FaceSet  faceSet) throws FaceSDKException
inline

Select a face on specified faces.

Parameters
faceSetthe set of detected faces. All faces in the set must have the same detector version.
Returns
selected face.
Exceptions
IllegalArgumentExceptionif faceSet is null.
FaceSDKExceptionin case of an error in native code.

◆ selectFace() [2/2]

AlignmentInfo com.tech5.FaceSDK.FaceSelector.selectFace ( AlignmentInfoSet  alignmentInfoSet) throws FaceSDKException
inline

Select a face on specified aligned images.

Parameters
alignmentInfoSetthe set of aligned images. All items in the set must have the same alignment and detector versions.
Returns
selected face.
Exceptions
IllegalArgumentExceptionif alignmentInfoSet is null.
FaceSDKExceptionin case of an error in native code.

Variable Documentation

◆ BiggestConfidence

com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.BiggestConfidence

Face with the biggest confidence will be chosen

◆ ClosestToImgCenter

com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.ClosestToImgCenter

Face closest to the image center will be chosen.

Can be used only with face detector version 200+.

◆ WidestFace

com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.WidestFace

The widest face will be chosen