IDLive Face C++ API 1.46.0
|
Interface of facial keypoint detector. More...
#include <facesdk/DetectorEngine.h>
Public Member Functions | |
virtual DetectionResult | detect (ImagePtr image)=0 |
Facial keypoints and bbox detecting method. | |
virtual std::vector< OptionalDetectionResult > | detectBatch (const std::vector< ImagePtr > &images)=0 |
Facial keypoints and bbox batch detecting method. | |
virtual std::vector< BoundingBox > | detectOnlyBoundingBox (ImagePtr image)=0 |
Facial bbox detecting method. | |
virtual std::vector< facesdk::OptionalResult< std::vector< BoundingBox > > > | detectOnlyBoundingBoxBatch (const std::vector< ImagePtr > &images)=0 |
Facial bbox batch detecting method. | |
Interface of facial keypoint detector.
|
pure virtual |
Facial keypoints and bbox detecting method.
image | Reference to Image object |
FaceException |
|
pure virtual |
Facial keypoints and bbox batch detecting method.
images | Input image batch |
images
vector size. FaceException |
detect
method.
|
pure virtual |
Facial bbox detecting method.
image | Reference to Image object |
FaceException |
|
pure virtual |
Facial bbox batch detecting method.
images | Input image batch |
images
vector size. FaceException |
detectOnlyBoundingBox
method.