3DiVi Face SDK
3.24.0
|
Instance Methods | |
(nonnull Template *) | - loadTemplate:: |
Load the template. The format is platform-independent. Only the templates that were created with the same method (i.e. with the same ini_file) can be loaded. More... | |
(nonnull Template *) | - loadTemplate: |
Load the template. The format is platform-independent. Only the templates that were created with the same method (i.e. with the same ini_file) can be loaded. More... | |
(nonnull MatchResult *) | - getROCCurvePointByFAR: |
Get a point on the ROC curve with a given false acceptance rate (FAR). Thread-safe. More... | |
(nonnull Template *) | - processing: |
Create a template. More... | |
- (nonnull MatchResult *) getROCCurvePointByFAR: | (const double) | desired_far |
Get a point on the ROC curve with a given false acceptance rate (FAR). Thread-safe.
- (nonnull Template*) loadTemplate: | (const char *_Nullable) | file_path |
Load the template. The format is platform-independent. Only the templates that were created with the same method (i.e. with the same ini_file) can be loaded.
[in] | file_path |
- (nonnull Template *) loadTemplate: | (const void *_Nonnull const) | data | |
: | (const int) | size | |
Load the template. The format is platform-independent. Only the templates that were created with the same method (i.e. with the same ini_file) can be loaded.
[in] | data | Data buffer. |
[in] | size | Number of bytes in the data buffer. |