![]() |
Face SDK
1.14.1 Mozart release
Face Recognition Software Development Kit
|
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 |
|
inline |
Creates FaceSelector with specified selection algorithm and detector's version from supposed the results which it is supposed to select.
alg | the selection algorithm |
detectorVersion | the detector version |
FaceSDKException | in case of an error in native code. |
|
inline |
Select a face on specified faces.
faceSet | the set of detected faces. All faces in the set must have the same detector version. |
IllegalArgumentException | if faceSet is null. |
FaceSDKException | in case of an error in native code. |
|
inline |
Select a face on specified aligned images.
alignmentInfoSet | the set of aligned images. All items in the set must have the same alignment and detector versions. |
IllegalArgumentException | if alignmentInfoSet is null. |
FaceSDKException | in case of an error in native code. |
com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.BiggestConfidence |
Face with the biggest confidence will be chosen
com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.ClosestToImgCenter |
Face closest to the image center will be chosen.
Can be used only with face detector version 200+.
com.tech5.FaceSDK.FaceSelector.SelectionAlgorithm.WidestFace |
The widest face will be chosen