Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:face_api [2024/02/27 13:44]
127.0.0.1 external edit
en:face_api [2024/07/30 10:16] (current)
kateyu [BS2FaceEx]
Line 2: Line 2:
 This API allows to scan/verify the face template. This API allows to scan/verify the face template.
  
-  * [[BS2_ScanFace]]:​ ''​FaceStation2''​ ''​FaceLite''​ Scans the face from a device and extracts template and image data.+  * [[BS2_ScanFace]]:​ ''​IR Face based''​ Scans the face from a device and extracts template and image data.
   * [[BS2_GetAuthGroup]]:​ Retrieves selected authentication groups.   * [[BS2_GetAuthGroup]]:​ Retrieves selected authentication groups.
   * [[BS2_GetAllAuthGroup]]:​ Retrieves all authentication groups. ​     * [[BS2_GetAllAuthGroup]]:​ Retrieves all authentication groups. ​  
Line 10: Line 10:
  
 ====== FaceEx API ====== ====== FaceEx API ======
-  * [[BS2_ScanFaceEx]]:​ ''​FaceStation F2''​ ''​BioStation 3''​ Scans the face from a device and extracts template and image data. [+ 2.7.1] +  * [[BS2_ScanFaceEx]]:​ ''​Visual Face based''​ Scans the face from a device and extracts template and image data. [+ 2.7.1] 
-  * [[BS2_ExtraceTemplateFaceEx]]:​ ''​FaceStation F2''​ ''​BioStation 3''​ Extracts template data by the face image. [+ 2.7.1] +  * [[BS2_ExtraceTemplateFaceEx]]:​ ''​Visual Face based''​ Extracts template data by the face image. [+ 2.7.1] 
-  * [[BS2_GetNormalizedImageFaceEx]]:​ ''​FaceStation F2''​ ''​BioStation 3''​ Create a WARP image with an un-warped (unprocessed) face image. [+ 2.8]+  * [[BS2_GetNormalizedImageFaceEx]]:​ ''​Visual Face based''​ Create a WARP image with an un-warped (unprocessed) face image. [+ 2.8]
  
 ===== Structure ===== ===== Structure =====
Line 73: Line 73:
 } BS2TemplateEx;​ } BS2TemplateEx;​
 </​code>​ </​code>​
-''​FaceStation F2''​ ''​BioStation 3''​ \\ \\+''​Visual Face based''​ \\ \\
 1. //data// \\ 1. //data// \\
 IR or visual image template data \\ \\ IR or visual image template data \\ \\
Line 107: Line 107:
 } BS2FaceEx; } BS2FaceEx;
 </​code>​ </​code>​
-''​FaceStation F2''​ ''​BioStation 3''​ ''​BioEntry W3''​ \\ \\+''​Visual Face based''​ \\ \\
 1. //​faceIndex//​ \\  1. //​faceIndex//​ \\ 
 Index of face \\ \\ Index of face \\ \\
Line 154: Line 154:
 Template data of Visual or IR image \\ \\ Template data of Visual or IR image \\ \\
 11. //​rawImageData//​ \\ 11. //​rawImageData//​ \\
-Non-WARPed image data. See ''​imageData''​ \\ \\+Non-WARPed image data. See ''​imageData'' ​\\ 
 +The maximum resolution for an unwarped image is 4000 pixels in both width and height. However, a resolution of 1920 pixels or less is recommended. ​\\ \\
 12. //​onlyTemplateEx//​ \\ 12. //​onlyTemplateEx//​ \\
 [+ 2.9.6] This represents contiguous memory information of BS2TemplateEx data, which is template information,​ and must be allocated as many as numOfTemplate. \\ [+ 2.9.6] This represents contiguous memory information of BS2TemplateEx data, which is template information,​ and must be allocated as many as numOfTemplate. \\
 This is only used when the flag is BS2_FACE_EX_FLAG_TEMPLATE_ONLY. \\ \\ This is only used when the flag is BS2_FACE_EX_FLAG_TEMPLATE_ONLY. \\ \\