◆ detect()
Detects heads on multiple images.
- Parameters
-
[in] | images | span of source images. |
[in] | rects | input rectangles of interest (ROI) span. |
- Returns
- ResultValue with error code and IDetectionBatch object.
- See also
- Ref, Span, Image, Rect, IDetectionBatch, 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.
◆ detectAsync()
Asynchronously detects heads on multiple images.
- Parameters
-
[in] | images | span of source images. |
[in] | rects | input rectangles of interest (ROI) span. |
- Returns
- Future with IDetectionBatchPtr object.
- See also
- Span, Image, Rect, IDetectionBatchPtr 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.
-
this method is not marked as noexcept and may throw an exception.
◆ validate()
Validates 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] | outErrors | 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: