NET_SDK_FACE_MATCH_OPERATE_TYPE¶
Enum Definition¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | |
Function Description¶
Face matching operation command
Member Description¶
| Enum name | Value | Remark |
|---|---|---|
| NET_SDK_GET_FACE_MATCH_SUPPORT | 0x01 | Whether to support face matching |
| NET_SDK_GET_FACE_INFO_GROUP_LIST | 0x2 | Get the target group list |
| NET_SDK_ADD_FACE_INFO_GROUP | 0x3 | Add target group |
| NET_SDK_SET_FACE_INFO_GROUP | 0x4 | Editing a Target Group |
| NET_SDK_DEL_FACE_INFO_GROUP | 0x5 | Deleting a target group |
| NET_SDK_GET_FACE_INFO_LIST | 0x6 | Get the target list |
| NET_SDK_ADD_FACE_INFO | 0x7 | Adding Targets |
| NET_SDK_SET_FACE_INFO | 0x8 | Edit Target |
| NET_SDK_DEL_FACE_INFO | 0x9 | Deleting a target |
| NET_SDK_GET_FACE_MATCH_ALARM | 0xa | Get comparison alarm linkage |
| NET_SDK_SET_FACE_MATCH_ALARM | 0xb | Set up comparison alarm linkage |
| NET_SDK_GET_FACE_INFO_IMG | 0xc | Get the target image data |
| NET_SDK_SEARCH_IMAGE_BY_IMG | 0xd | Search by image |
| NET_SDK_SEARCH_CH_SNAP_FACE_IMG_LIST | 0xe | Query channel faces. It is not recommended to use this command. It is recommended to use the command NET_SDK_SEARCH_IMAGE_BY_IMG_V2 |
| NET_SDK_SEARCH_CH_SNAP_FACE_IMG | 0xf | Query channel face image data |
| NET_SDK_ADD_FACE_IPC | 0x10 | IPC adds face |
| NET_SDK_DEL_FACE_IPC | 0x11 | IPC deletes face |
| NET_SDK_EDIT_FACE_IPC | 0x12 | IPC Editing Face |
| NET_SDK_GET_FACE_IPC_LIST | 0x13 | IPC gets face list |
| NET_SDK_COPY_FACE_INFO | 0x14 | IPC copies face information |
| NET_SDK_SEARCH_IMAGE_BY_IMG_V2 | 0x15 | Image Search V2 |
| NET_SDK_SEARCH_SMART_TARGET_LIST | 0x16 | Search target list |
| NET_SDK_SEARCH_SMART_TARGET_IMG | 0x17 | Search target image |
| NET_SDK_GET_FACE_IMG_STATISTIC_V2 | 0x18 | Get face image data statistics v2 |
| NET_SDK_GET_FACE_INFO | 0x19 | Get face information |