Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:bs2_extracetemplatefaceex [2020/10/22 09:46] kkshin |
en:bs2_extracetemplatefaceex [2024/05/28 19:47] (current) kkshin |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ---- | ---- | ||
| - | ===== BS2_ExtraceTemplateFaceEx ===== | + | ===== BS2_ExtractTemplateFaceEx ===== |
| - | [+ 2.7.1] ''FaceStation F2'' Extracts template data by the face image. \\ | + | [+ 2.7.1] ''Visual Face based'' 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> | ||