Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
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 |