|
Enrollment 28.2.0
|
FaceDetector implements detection by means of Innovatrics IFace. More...
#include <FaceDetector.h>
Classes | |
| class | Config |
| Face detector configuration. More... | |
Public Member Functions | |
| std::vector< std::shared_ptr< Face > > | Detect (std::shared_ptr< FaceCapture > capture) final |
| Detect faces in given image. | |
| FaceDetector () | |
| Construct a new FaceDetector object GlobalFaceExecutor is used for execution of face functionality. | |
| FaceDetector (Config config) | |
| Construct a new FaceDetector object GlobalFaceExecutor is used for execution of face functionality. | |
| FaceDetector (Config config, std::shared_ptr< FaceExecutor > executor) | |
| Construct a new FaceDetector object. | |
| FaceDetector (std::shared_ptr< FaceExecutor > executor) | |
| Construct a new FaceDetector object Default config is used for detection. | |
FaceDetector implements detection by means of Innovatrics IFace.
|
inline |
Construct a new FaceDetector object GlobalFaceExecutor is used for execution of face functionality.
Default config is used for detection
|
inlineexplicit |
Construct a new FaceDetector object GlobalFaceExecutor is used for execution of face functionality.
| config | configuration |
|
inline |
Construct a new FaceDetector object.
| config | configuration |
| executor | is strategy for execution of face functionality |
| NullArgumentException | when executor is null |
|
inlineexplicit |
Construct a new FaceDetector object Default config is used for detection.
| executor | is strategy for execution of face functionality |
| NullArgumentException | when executor is null |
|
inlinefinal |
Detect faces in given image.
| capture | FaceCapture where faces are detected |
| EnrollmentException | when IFace returns error |