Human and face detector interface.
More...
#include <IHumanFaceDetector.h>
Human and face detector interface.
◆ detect()
Batched detect of faces and human bodies.
- Parameters
-
[in] | images | span of source images. |
[in] | rects | span of input rectangles of interest. |
- Returns
- ResultValue with error code and IHumanFaceBatch object.
- See also
- Ref, Span, Image, Rect, IHumanFaceBatch, ResultValue and FSDKError for details.
- Note
- images format must be R8G8B8,
- See also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
◆ validate()
Validate input of multiple frames in a single function call.
- Parameters
-
[in] | images | span of source images. |
[in] | rects | span of rectangle coordinates of corresponding source images. |
[out] | errors | output span of errors for each image. |
- Returns
- Result with error code.
- See also
- Span, Image, Rect, Result and FSDKError for details.
- Note
- images format must be R8G8B8,
- See also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
The documentation for this struct was generated from the following file: