Face selector algorithm. The Face selection selects the best face from input set, using specified algorithm.
More...
#include <face_selector.h>
Face selector algorithm. The Face selection selects the best face from input set, using specified algorithm.
Use face_sdk::make_face_selector() functions for instantiate an object of this type.
◆ select_face() [1/2]
virtual std::shared_ptr<face_sdk::alignment_info> face_sdk::face_selector::select_face |
( |
const face_sdk::alignment_info_set & |
alignment_infoes | ) |
const |
|
pure virtual |
Select face on specified aligned images.
- Parameters
-
[in] | alignment_infoes | Set of aligned images. See Alignment. |
- Exceptions
-
◆ select_face() [2/2]
virtual std::shared_ptr<face_sdk::face> face_sdk::face_selector::select_face |
( |
const face_sdk::face_set & |
faces | ) |
const |
|
pure virtual |
Select face on specified faces.
- Parameters
-
[in] | faces | Set of detected faces. See Base. |
- Exceptions
-
The documentation for this class was generated from the following file: