| Modifier and Type | Method and Description |
|---|---|
static ProcessingUnit |
ProcessingUnit.fromValue(int value)
Creates an enumeration value from int.
|
ProcessingUnit |
FaceEncoder.getProcessingUnit()
Gets the processing unit where to run the encoding process.
|
ProcessingUnit |
FaceDetector.getProcessingUnit()
Gets the processing unit where to run the detection process.
|
static ProcessingUnit |
ProcessingUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingUnit[] |
ProcessingUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FaceLibrary.loadModel(java.lang.String modelPath,
FaceModel faceModel,
ProcessingUnit processingUnit)
Loads a specified AI model into memory from the specified directory.
|
static void |
FaceLibrary.loadModelBuffer(byte[] modelBuffer,
FaceModel faceModel,
ProcessingUnit processingUnit)
Loads a model into memory from the specified buffer.
|
void |
FaceEncoder.setProcessingUnit(ProcessingUnit processingUnit)
Sets the processing unit where to run the encoding process.
|
void |
FaceDetector.setProcessingUnit(ProcessingUnit processingUnit)
Sets the processing unit where to run the detection process.
|
static void |
FaceLibrary.unloadModel(FaceModel faceModel,
ProcessingUnit processingUnit)
Unloads a model from memory.
|
Copyright © id3 Technologies. All rights reserved. eu.id3.face