Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
en:bs2_extracetemplatefaceex [2020/09/10 11:20]
yjjung created
en:bs2_extracetemplatefaceex [2020/11/11 10:40]
kkshin
Line 1: Line 1:
  
 ~~NOTOC~~ ~~NOTOC~~
-[[face_api]] > [[BS2_ExtraceTemplateFaceEx]]+[[face_api]] > [[BS2_ExtractTemplateFaceEx]]
  
 ---- ----
  
-===== BS2_ExtraceTemplateFaceEx ​===== +===== BS2_ExtractTemplateFaceEx ​===== 
-[+ V2.7.1] ''​FaceStation F2''​ Extracts template data by the face image. \\+[+ 2.7.1] ''​FaceStation F2''​ 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).
 ==== Declaration ==== ==== Declaration ====
Line 12: Line 12:
 #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>​