Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |