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.
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.
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: