Differences

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

Link to this comparison view

Next revision
Previous revision
en:bs2_extracetemplatefaceex [2020/09/10 11:20]
yjjung created
en:bs2_extracetemplatefaceex [2023/11/02 09:48] (current)
kkshin
Line 5: Line 5:
 ---- ----
  
-===== BS2_ExtraceTemplateFaceEx ​===== +===== BS2_ExtractTemplateFaceEx ​===== 
-[+ V2.7.1] ''​FaceStation F2''​ Extracts template data by the face image. \\+[+ 2.7.1] ''​FaceStation F2''​ ''​BioStation 3''​ Extracts template data by the face image. \\
 It is used to store templates on AOC(Access On Card). It is used to store templates on AOC(Access On Card).
 +<callout type="​warning"​ icon="​true">​
 +**Notice** \\
 +The extracted image must be delivered through [[BS2_GetNormalizedImageFaceEx]].
 +</​callout>​
 ==== Declaration ==== ==== Declaration ====
 <code cpp> <code cpp>
 #include "​BS_API.h"​ #include "​BS_API.h"​
  
-int BS2_ExtraceTemplateFaceEx(void* context, uint32_t deviceId, const uint8_t* imageData, uint32_t imageDataLen,​ bool isWarped, BS2TemplateEx* templateEx);​+int BS2_ExtractTemplateFaceEx(void* context, uint32_t deviceId, const uint8_t* imageData, uint32_t imageDataLen,​ bool isWarped, BS2TemplateEx* templateEx);​
 </​code>​ </​code>​