 |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
41 virtual std::shared_ptr<face_sdk::alignment_info>
select_face(
const face_sdk::alignment_info_set &alignment_infoes)
const = 0;
48 virtual std::shared_ptr<face_sdk::face>
select_face(
const face_sdk::face_set &faces)
const = 0;
virtual std::shared_ptr< face_sdk::alignment_info > select_face(const face_sdk::alignment_info_set &alignment_infoes) const =0
Select face on specified aligned images.
Face selector algorithm. The Face selection selects the best face from input set, using specified alg...
Definition: face_selector.h:31
@ closest_to_img_center
Face closest to the image center will be chosen.
@ widest_face
The widest face will be chosen.
@ biggest_confidence
Face with the biggest confidence will be chosen.
face_selection_algs
Face selection algorithms variants. Use in face_sdk::make_face_selector() functions.
Definition: face_selector.h:20
std::shared_ptr< face_selector > FACE_SDK_EXPORT make_face_selector(face_selection_algs alg, int32_t for_face_detector)
Makes the face_sdk::face_selector object with specified algorithm and face detector version.