IDLive Face new C++ API 1.46.0
|
Classes | |
struct | idliveface::LicenseFeatureInfo |
IDLive Face license feature info. More... | |
struct | idliveface::ReleaseInfo |
Information about the IDLive Face release. More... | |
class | idliveface::Image |
Contains the content of the decoded image. More... | |
class | idliveface::ImageDecoder |
Decodes compressed images. More... | |
struct | idliveface::DetectedFace |
The information about the detected face. More... | |
struct | idliveface::FaceDetectionResult |
The result of the face detection. More... | |
class | idliveface::FaceDetector |
Detects and validates faces and their attributes. More... | |
struct | idliveface::FaceAnalysisResult |
The result of the face analysis. More... | |
struct | idliveface::FaceAnalysisParameters |
Optional parameters for the face analysis. More... | |
class | idliveface::FaceAnalyzer |
Detects face on the image and analyzes if it belongs to a real person or not. More... | |
class | idliveface::Blueprint |
Factory for the IDLive Face's objects. More... | |
Enumerations | |
enum class | idliveface::LicenseFeature { kPad = 12 , kDfd = 13 } |
IDLive Face license features. More... | |
enum class | idliveface::FaceStatus { kGenuine , kNotGenuine , kInvalid } |
The status of the analyzed face. More... | |
Functions | |
ReleaseInfo | idliveface::GetReleaseInfo () |
Returns information about this IDLive Face release. | |
void | idliveface::SetLicense (const std::string &license) |
Sets a new license to be used. | |
RuntimeConfiguration | idliveface::CreateRuntimeConfiguration (int32_t effective_cpu_cores=0) |
Creates RuntimeConfiguration with the fields set to optimized defaults. | |
|
strong |
The status of the analyzed face.
|
strong |
RuntimeConfiguration idliveface::CreateRuntimeConfiguration | ( | int32_t | effective_cpu_cores = 0 | ) |
Creates RuntimeConfiguration
with the fields set to optimized defaults.
By default assumes all CPU cores should be used. If there is a need to use CPU resources, the number of cores can be limited with the effective_cpu_cores
parameter.
effective_cpu_cores | Number of CPU cores to use. 0 means "use all". |