IFace

IFace SDK multi-GPU processing
Issue: According to the documentation in order to make use GPU acceleration the first step is to set the global parameter, IFACE_PARAMETER_GLOBAL_GPU_ENABL...
Thu, 29 Jun, 2017 at 5:25 PM
IFace SDK GPU processing limitations
Issue: The function IFACE_CreateTemplateBatch is falling over as soon as we send more than 42 faces and our application is forced to stop. We have 4 GPUs a...
Mon, 3 Jul, 2017 at 10:44 AM
IDKit Multi SDK & IFace SDK cooperation
Issue: We have one application on the web server, using methods for enrollment and matching. For enrollment, we use extraction of face template and getting...
Fri, 18 May, 2018 at 2:20 PM
IFace SDK matching score threshold
The decision if the faces are matching is based on the threshold value. A score below the threshold means the faces are likely to unmatch, score above means...
Fri, 9 Feb, 2018 at 8:51 AM
IFace draw face rectangle
To draw a rectangle around the face from given eye positions, get inspired by the following code snippet (written in C#) to obtain face rectangle coordinate...
Fri, 3 Nov, 2017 at 2:37 PM
Initialize IFace SDK with a custom license file
C/C++ int length; const unsigned char * licenseContent = LoadMyFile("/path/to/mylicense.lic", &length); IFACE_InitWithLicence(licenseConten...
Fri, 6 Apr, 2018 at 3:25 PM
IFace SDK 1:N template matching
Issue: We are trying to match face templates by 1:N using IFace SDK, but It doesn`t work.  Problem and Solution: IFace SDK does not provide 1:N face i...
Wed, 20 Feb, 2019 at 6:38 PM
Download IFace SDK for iOS
Issue: I would like to evaluate IFace SDK for iOS, but I couldn't find the download link. CRM portal offers links only for Android, Windows and Linux O...
Fri, 27 Oct, 2017 at 3:08 PM
UnsatisfiedLinkError: Unable to load library
Issue: I am getting error when running IFace SDK Java sample: Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library &...
Fri, 10 Nov, 2017 at 12:37 PM
Visual Studio error LNK2019: unresolved external symbol
Issue: I am getting "iface_sample_common.lib(iface_common.obj) : error LNK2019: unresolved external symbol __imp__IFACE_GetErrorMessage referenced in ...
Tue, 9 Jan, 2018 at 12:53 PM