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 Both sides next revision
en:face_api [2022/04/11 10:04]
mark
en:face_api [2023/08/17 13:11]
127.0.0.1 external edit
Line 10: Line 10:
  
 ====== FaceEx API ====== ====== FaceEx API ======
-  * [[BS2_ScanFaceEx]]:​ ''​FaceStation F2''​ Scans the face from a device and extracts template and image data. [+ 2.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. [+ 2.7.1] +  * [[BS2_ExtraceTemplateFaceEx]]:​ ''​FaceStation F2''​ ''​BioStation 3''​ Extracts template data by the face image. [+ 2.7.1] 
-  * [[BS2_GetNormalizedImageFaceEx]]:​ ''​FaceStation F2''​Create a WARP image with an un-warped (unprocessed) face image. [+ 2.8]+  * [[BS2_GetNormalizedImageFaceEx]]:​ ''​FaceStation F2''​ ''​BioStation 3''​ 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'' ​ \\ \\+''​FaceStation F2'' ​''​BioStation 3'' ​\\ \\
 1. //data// \\ 1. //data// \\
 IR or visual image template data \\ \\ IR or visual image template data \\ \\
Line 105: Line 105:
 } BS2FaceEx; } BS2FaceEx;
 </​code>​ </​code>​
-''​FaceStation F2'' ​ \\ \\+''​FaceStation F2'' ​''​BioStation 3'' ​\\ \\
 1. //​faceIndex//​ \\  1. //​faceIndex//​ \\ 
 Index of face \\ \\ Index of face \\ \\
Line 134: 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. \\
Line 141: Line 147:
 Template data of Visual or IR image \\ \\ Template data of Visual or IR image \\ \\
 11. //​rawImageData//​ \\ 11. //​rawImageData//​ \\
-Non-WARPed image data ''​(JPG image only, Minimum size is 250 * 250)''​ \\ \\+Non-WARPed image data. See ''​imageData''​ \\ \\