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
Next revision Both sides next revision
en:face_api [2020/10/22 09:41]
kkshin
en:face_api [2023/08/17 13:11]
127.0.0.1 external edit
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''​ Scans the face from a device and extracts template and image data.+  * [[BS2_ScanFace]]:​ ''​FaceStation2''​ ''​FaceLite''​ 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''​ Scans the face from a device and extracts template and image data. [+ V2.7.1] +  * [[BS2_ScanFaceEx]]:​ ''​FaceStation F2''​ ''​BioStation 3''​ Scans the face from a device and extracts template and image data. [+ 2.7.1] 
-  * [[BS2_ExtraceTemplateFaceEx]]:​ ''​FaceStation F2''​ Extracts template data by the face image. [+ V2.7.1] +  * [[BS2_ExtraceTemplateFaceEx]]:​ ''​FaceStation F2''​ ''​BioStation 3''​ 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]
  
 ===== Structure ===== ===== Structure =====
Line 35: Line 35:
 Number of face templates. \\ \\  Number of face templates. \\ \\ 
 3. //flag// \\  3. //flag// \\ 
-Not used. \\ \\ +This values is used inside the device based on FaceStation2 V1.4.0 and FaceLite V1.2.0. \\ 
 +The flag value received from the device can be used, but if it is not known, it can be set to 0. \\ \\
 4. //​reserved//​ \\  4. //​reserved//​ \\ 
 Reserved space. \\ \\  Reserved space. \\ \\ 
Line 72: Line 73:
 } BS2TemplateEx;​ } BS2TemplateEx;​
 </​code>​ </​code>​
-''​FaceStation F2'' ​ \\ \\+''​FaceStation F2'' ​''​BioStation 3'' ​\\ \\
 1. //data// \\ 1. //data// \\
 IR or visual image template data \\ \\ IR or visual image template data \\ \\
Line 104: Line 105:
 } BS2FaceEx; } BS2FaceEx;
 </​code>​ </​code>​
-''​FaceStation F2'' ​ \\ \\+''​FaceStation F2'' ​''​BioStation 3'' ​\\ \\
 1. //​faceIndex//​ \\  1. //​faceIndex//​ \\ 
 Index of face \\ \\ Index of face \\ \\
Line 133: Line 134:
 Unused space. (for packing) \\ \\  Unused space. (for packing) \\ \\ 
 8. //​imageData//​ \\  8. //​imageData//​ \\ 
-WARPed facial image data. This is made by rawImageData automatically. \\ \\ +WARPed facial image data. This is made by rawImageData automatically. \\ 
 +<WRAP group 70%> 
 +^Device type  ^Version ​ ^FW version ​ ^Image size  ^Image type  ^''​rawImageData'' ​ ^ 
 +|FaceStation F2  |V1  |less than 2.0.0  |250 * 250  |JPG  |JPG  | 
 +|FaceStation F2  |V2  |2.0.0 or later  |112 * 112  |PNG  |JPG, PNG  | 
 +|BioStation 3  |V1  |All version ​ |112 * 112  |PNG  |JPG, PNG  | 
 +</​WRAP>​
 9. //​irImageData//​ \\  9. //​irImageData//​ \\ 
 IR image data. IR image might not exist in the WARP process. \\ IR image data. IR image might not exist in the WARP process. \\
-It is generated automatically when trying authentication. \\+It is generated automatically when trying authentication. ​\\ \\
 10. //​templateEx//​ \\  10. //​templateEx//​ \\ 
 Template data of Visual or IR image \\ \\ Template data of Visual or IR image \\ \\
 11. //​rawImageData//​ \\ 11. //​rawImageData//​ \\
-Non-WARPed image data \\ \\+Non-WARPed image data. See ''​imageData'' ​\\ \\