![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Classes | |
class | com.tech5.FaceSDK.FaceRecognition.Native |
class | com.tech5.FaceSDK.FaceRecognition |
class | com.tech5.FaceSDK.Tracker |
class | com.tech5.FaceSDK.TrackerConfig |
interface | com.tech5.FaceSDK.TrackerEvents |
class | com.tech5.FaceSDK.VideoStream |
Functions | |
com.tech5.FaceSDK.FaceRecognition.FaceRecognition (int version, License license, DataContainer dataContainer, int batchSize, int computeDevice) throws FaceSDKException | |
com.tech5.FaceSDK.FaceRecognition.FaceRecognition (int version, License license, int batchSize, int computeDevice) throws FaceSDKException | |
com.tech5.FaceSDK.FaceRecognition.FaceRecognition (int version, DataContainer dataContainer, int batchSize, int computeDevice) throws FaceSDKException | |
com.tech5.FaceSDK.FaceRecognition.FaceRecognition (int version, int batchSize, int computeDevice) throws FaceSDKException | |
boolean | com.tech5.FaceSDK.FaceRecognition.equals (Object o) |
int | com.tech5.FaceSDK.FaceRecognition.hashCode () |
void | com.tech5.FaceSDK.FaceRecognition.close () throws Exception |
void | com.tech5.FaceSDK.FaceRecognition.finalize () throws Throwable |
|
inline |
Creates the object with needed version, license, data container, batch size and compute device.
version | required version of the algorithm. |
license | the license object. |
dataContainer | the license object. |
batchSize | the batch size. |
computeDevice | the compute device. -1 = CPU. 0, 1, ..., N - GPU device. |
IllegalArgumentException | if license is null or dataContainer is null. |
FaceSDKException | in case of an error in native code. |
|
inline |
Creates the object with needed version, license, batch size and compute device.
The data container is loaded from known paths.
version | required version of the algorithm. |
license | the license object. |
batchSize | the batch size. |
computeDevice | the compute device. -1 = CPU. 0, 1, ..., N - GPU device. |
IllegalArgumentException | if license is null. |
FaceSDKException | in case of an error in native code. |
|
inline |
Creates the object with needed version, data container, batch size and compute device.
The default license is loaded. License#makeDefaultLicense().
version | required version of the algorithm. |
dataContainer | the license object. |
batchSize | the batch size. |
computeDevice | the compute device. -1 = CPU. 0, 1, ..., N - GPU device. |
IllegalArgumentException | if dataContainer is null. |
FaceSDKException | in case of an error in native code. |
|
inline |
Creates the object with needed version, license, batch size and compute device.
The default license is loaded. License#makeDefaultLicense().
version | required version of the algorithm. |
batchSize | the batch size. |
computeDevice | the compute device. -1 = CPU. 0, 1, ..., N - GPU device. |
FaceSDKException | in case of an error in native code. |