차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
ko:bs2_extracetemplatefaceex [2020/10/22 09:45] kkshin |
ko:bs2_extracetemplatefaceex [2024/05/28 19:47] (현재) kkshin |
||
|---|---|---|---|
| 줄 4: | 줄 4: | ||
| ---- | ---- | ||
| - | ===== BS2_ExtraceTemplateFaceEx ===== | + | ===== BS2_ExtractTemplateFaceEx ===== |
| - | [+ 2.7.1] ''FaceStation F2'' 얼굴이 포함된 이미지를 가지고, template을 추출합니다. \\ | + | [+ 2.7.1] ''Visual Face 기반'' 얼굴이 포함된 이미지를 가지고, template을 추출합니다. \\ |
| AOC 카드에 template을 담기 위해 사용합니다. | AOC 카드에 template을 담기 위해 사용합니다. | ||
| + | <callout type="warning" icon="true"> | ||
| + | **주의 사항** \\ | ||
| + | [[BS2_GetNormalizedImageFaceEx]]를 통해 추출된 이미지를 전달하여야 합니다. | ||
| + | </callout> | ||
| + | |||
| ==== 함수 ==== | ==== 함수 ==== | ||
| <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> | ||