![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Face detection algorithm. The Face detection find faces on images. More...
#include <face_detector.h>
Public Member Functions | |
virtual std::vector< face_sdk::face_set > | detect_faces (const face_sdk::image_set &images, float confidence)=0 |
Detect faces on specified images. More... | |
virtual uint32_t | version () const noexcept=0 |
Face detector version. See Face Detector versions. | |
Face detection algorithm. The Face detection find faces on images.
Use face_sdk::make_face_detector() functions for instantiate an object of this type.
|
pure virtual |
Detect faces on specified images.
[in] | confidence | Confidence threshold. |
face_sdk::exception | See Exceptions handling. |