Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Public Member Functions | List of all members
face_sdk::face_selector Class Referenceabstract

Face selector algorithm. The Face selection selects the best face from input set, using specified algorithm. More...

#include <face_selector.h>

Public Member Functions

virtual std::shared_ptr< face_sdk::alignment_infoselect_face (const face_sdk::alignment_info_set &alignment_infoes) const =0
 Select face on specified aligned images. More...
 
virtual std::shared_ptr< face_sdk::faceselect_face (const face_sdk::face_set &faces) const =0
 Select face on specified faces. More...
 

Detailed Description

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.

Member Function Documentation

◆ 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_infoesSet of aligned images. See Alignment.
Exceptions
face_sdk::exceptionSee Exceptions handling.

◆ 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]facesSet of detected faces. See Base.
Exceptions
face_sdk::exceptionSee Exceptions handling.

The documentation for this class was generated from the following file: