Face detection engine.
More...
Inherits IDisposable.
◆ DetectEngine()
| Idrnd.FaceSdk.DetectEngine.DetectEngine |
( |
string |
detectEngineName, |
|
|
InitConfig |
initConfig |
|
) |
| |
Constructor.
- Parameters
-
| detectEngineName | Detect engine name |
| initConfig | Configuration object |
◆ Detect()
Facial keypoints and bounding box detecting method.
- Parameters
-
- Returns
- Face detection result
◆ DetectBatch()
Facial keypoints and bbox batch detecting method.
- Parameters
-
- Returns
- Optional detection results. The size of the result array is guaranteed equal to
images array size.
◆ DetectOnlyBoundingBox()
Bounding box detecting method.
- Parameters
-
- Returns
- Face detection result
◆ DetectOnlyBoundingBoxBatch()
Facial bbox batch detecting method.
- Parameters
-
- Returns
- Optional facial bboxes. The size of the result array is guaranteed equal to
images array size.
The documentation for this class was generated from the following file: