Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:face_api [2024/05/28 19:46] kkshin |
en:face_api [2025/02/18 11:36] (current) alex Update rawImageData description |
||
---|---|---|---|
Line 73: | Line 73: | ||
} BS2TemplateEx; | } BS2TemplateEx; | ||
</code> | </code> | ||
- | ''FaceStation F2'' ''BioStation 3'' \\ \\ | + | ''Visual Face based'' \\ \\ |
1. //data// \\ | 1. //data// \\ | ||
IR or visual image template data \\ \\ | IR or visual image template data \\ \\ | ||
Line 107: | Line 107: | ||
} BS2FaceEx; | } BS2FaceEx; | ||
</code> | </code> | ||
- | ''FaceStation F2'' ''BioStation 3'' ''BioEntry W3'' \\ \\ | + | ''Visual Face based'' \\ \\ |
1. //faceIndex// \\ | 1. //faceIndex// \\ | ||
Index of face \\ \\ | Index of face \\ \\ | ||
Line 154: | Line 154: | ||
Template data of Visual or IR image \\ \\ | Template data of Visual or IR image \\ \\ | ||
11. //rawImageData// \\ | 11. //rawImageData// \\ | ||
- | Non-WARPed image data. See ''imageData'' \\ \\ | + | Non-WARPed image data. See ''imageData'' \\ |
+ | The maximum resolution for an unwarped image is 4000 pixels in both width and height. However, a resolution of 1920 pixels or less is recommended. \\ | ||
+ | A clear and high-quality facial image is recommended. If the original image is blurred or distorted, Warped Image generation may fail.\\ | ||
+ | It is recommended to use an image where the total image width is at least 190% larger than the face width. \\ \\ | ||
12. //onlyTemplateEx// \\ | 12. //onlyTemplateEx// \\ | ||
[+ 2.9.6] This represents contiguous memory information of BS2TemplateEx data, which is template information, and must be allocated as many as numOfTemplate. \\ | [+ 2.9.6] This represents contiguous memory information of BS2TemplateEx data, which is template information, and must be allocated as many as numOfTemplate. \\ | ||
This is only used when the flag is BS2_FACE_EX_FLAG_TEMPLATE_ONLY. \\ \\ | This is only used when the flag is BS2_FACE_EX_FLAG_TEMPLATE_ONLY. \\ \\ |