![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Classes | |
struct | face_sdk__alignment_info_set |
Destroys face_sdk__alignment_info object Set of alignment info objects. More... | |
Typedefs | |
typedef struct face_sdk__alignment_info_set | face_sdk__alignment_info_set_t |
Destroys face_sdk__alignment_info object Set of alignment info objects. | |
bool face_sdk__alignment_info_set__append | ( | face_sdk__alignment_info_set_t * | set, |
const face_sdk__alignment_info_t * | item | ||
) |
Appends item into collection * *.
[in] | alignment_info_set | face_sdk__alignment_info_set_t object * |
[in] | item | Item * * |
bool face_sdk__alignment_info_set__clear | ( | face_sdk__alignment_info_set_t * | set | ) |
Removes all items from collection *.
[in] | alignment_info_set | face_sdk__alignment_info_set_t object * * |
bool face_sdk__alignment_info_set__get_addr | ( | const face_sdk__alignment_info_set_t * | set, |
uint64_t * | addr | ||
) |
Retrieves face_sdk__alignment_info_set_t object address * *.
[in] | alignment_info_set | face_sdk__alignment_info_set_t object * |
[out] | addr | Object address * * |
bool face_sdk__alignment_info_set__get_at | ( | const face_sdk__alignment_info_set_t * | set, |
uint64_t | pos, | ||
face_sdk__alignment_info_t ** | item | ||
) |
Retrieves item by index * *.
[in] | alignment_info_set | face_sdk__alignment_info_set_t object * |
[in] | pos | Item index * |
[out] | value | Item * * |
bool face_sdk__alignment_info_set__get_size | ( | const face_sdk__alignment_info_set_t * | set, |
uint64_t * | value | ||
) |
Retrieves number of items stored in collection * *.
[in] | alignment_info_set | face_sdk__alignment_info_set_t object * |
[out] | value | Items count * * |
bool face_sdk__alignment_info_set__remove_at | ( | face_sdk__alignment_info_set_t * | set, |
uint64_t | pos | ||
) |
Removes item by index * *.
[in] | alignment_info_set | face_sdk__alignment_info_set_t object * |
[in] | pos | Item index * * |
bool face_sdk__alignment_info_set__set_at | ( | face_sdk__alignment_info_set_t * | set, |
uint64_t | pos, | ||
const face_sdk__alignment_info_t * | item | ||
) |
Sets item by index * *.
[in] | alignment_info_set | face_sdk__alignment_info_set_t object * |
[in] | pos | Item index * |
[in] | item | Item object * * |
void face_sdk__alignment_info_set_free | ( | face_sdk__alignment_info_set_t * | set | ) |
Destroys face_sdk__alignment_info_set_t object * *.
[in] | alignment_info_set | face_sdk__alignment_info_set_t object * |
bool face_sdk__make_alignment_info_set | ( | face_sdk__alignment_info_set_t ** | set | ) |
Makes face_sdk__alignment_info_set_t collection with items of type face_sdk__alignment_info_t * *.
[out] | alignment_info_set | face_sdk__alignment_info_set_t object * * |