NET_SDK_IVE_FACE_MATCH_ADD_ALBUM_INFO
Structure Definition
Function Description
Add structure to IPC face comparison dataset.
Member Description
| Member | Type | Remark |
| iType | int | List type, 0: stranger; 1: whitelist; 2: blacklist. |
| szName | char[128] | Name. |
| iMale | int | Gender, 0: female, 1: male. |
| iAge | int | Age. |
| szIdentifyNum | char[128] | Identification number. |
| szTel | char[64] | Telephone. |
| iWidth | int | Image width. |
| iHeight | int | Picture high. |
| iPicFormat | int | Image format, 0: JPG; currently only jpg is supported. |
| iPicSize | int | Image size. |
| szRes | char[128] | Reserved field. |