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

Classes

class  com.tech5.FaceSDK.AlignmentInfoSet
 
class  com.tech5.FaceSDK.DataContainer
 
class  com.tech5.FaceSDK.Face
 
class  com.tech5.FaceSDK.FaceSDKException
 
class  com.tech5.FaceSDK.FaceSet
 
class  com.tech5.FaceSDK.FaceSetSet
 
class  com.tech5.FaceSDK.Fir
 
class  com.tech5.FaceSDK.FirSet
 
class  com.tech5.FaceSDK.Image
 
class  com.tech5.FaceSDK.ImageSet
 
class  com.tech5.FaceSDK.Landmark
 
class  com.tech5.FaceSDK.LandmarkSet
 
class  com.tech5.FaceSDK.License
 
class  com.tech5.FaceSDK.Matrix
 
class  com.tech5.FaceSDK.PureFirExtractor
 
class  com.tech5.FaceSDK.RemoteLicense
 
interface  com.tech5.FaceSDK.RemoteLicenseCallback
 
class  com.tech5.FaceSDK.Serializer
 
class  com.tech5.FaceSDK.VersionInfo
 
class  com.tech5.FaceSDK.VideoFrame
 

Functions

 com.tech5.FaceSDK.AlignmentInfoSet.AlignmentInfoSet () throws FaceSDKException
 
int com.tech5.FaceSDK.AlignmentInfoSet.size ()
 
AlignmentInfo com.tech5.FaceSDK.AlignmentInfoSet.get (int index)
 
AlignmentInfo com.tech5.FaceSDK.AlignmentInfoSet.set (int index, AlignmentInfo element)
 
boolean com.tech5.FaceSDK.AlignmentInfoSet.add (AlignmentInfo element)
 
AlignmentInfo com.tech5.FaceSDK.AlignmentInfoSet.remove (int index)
 
void com.tech5.FaceSDK.AlignmentInfoSet.clear ()
 
boolean com.tech5.FaceSDK.AlignmentInfoSet.equals (Object o)
 
int com.tech5.FaceSDK.AlignmentInfoSet.hashCode ()
 
void com.tech5.FaceSDK.AlignmentInfoSet.close () throws Exception
 
void com.tech5.FaceSDK.AlignmentInfoSet.finalize () throws Throwable
 
 com.tech5.FaceSDK.Landmark.Landmark (int x, int y)
 
int com.tech5.FaceSDK.Landmark.getX ()
 
int com.tech5.FaceSDK.Landmark.getY ()
 
void com.tech5.FaceSDK.Landmark.setX (int val)
 
void com.tech5.FaceSDK.Landmark.setY (int val)
 
boolean com.tech5.FaceSDK.Landmark.equals (Object o)
 
int com.tech5.FaceSDK.Landmark.hashCode ()
 
void com.tech5.FaceSDK.Landmark.close () throws Exception
 
void com.tech5.FaceSDK.Landmark.finalize () throws Throwable
 

Detailed Description

Function Documentation

◆ AlignmentInfoSet()

com.tech5.FaceSDK.AlignmentInfoSet.AlignmentInfoSet ( ) throws FaceSDKException
inline

Create an empty set

Exceptions
FaceSDKExceptionin case of an error in native code.