إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
The FaceCharacterizationBlobHeader structure describes the size and count information of the blob format for the MF_CAPTURE_METADATA_FACEROICHARACTERIZATIONS attribute.
Syntax
typedef struct tagFaceCharacterizationBlobHeader {
ULONG Size;
ULONG Count;
} FaceCharacterizationBlobHeader;
Members
Size
Size of this header + all following FaceCharacterization structures.
Count
Number of FaceCharacterization structures in the blob. Must match the number of FaceRectInfo structures in FaceRectInfoBlobHeader.
Requirements
| Requirement | Value |
|---|---|
| Header | mfapi.h |