Human detection result batch interface.
More...
#include <IHumanDetectionBatch.h>
Human detection result batch interface.
virtual Span<const Detection> fsdk::IHumanDetectionBatch::getDetections |
( |
size_t |
index = 0 | ) |
const |
|
pure virtualnoexcept |
virtual Human fsdk::IHumanDetectionBatch::getHuman |
( |
const Image & |
image, |
|
|
size_t |
imageIndex, |
|
|
size_t |
detectionIndex |
|
) |
| const |
|
pure virtualnoexcept |
Returns detected Human.
- Parameters
-
[in] | image | source image. |
[in] | imageIndex | index of the image. |
[in] | detectionIndex | index of the detection. |
- Returns
- Detected Human.
- See Also
- Human and Image for details.
- Note
- image format must be R8G8B8,
- See Also
- Format.
- Note
- Result Human could be invalid if no humans were detected on the target image or parameters are invalid.
virtual size_t fsdk::IHumanDetectionBatch::getSize |
( |
size_t |
imageIndex | ) |
const |
|
pure virtualnoexcept |
Returns size of the results for the target index.
- Parameters
-
[in] | imageIndex | index of the image. |
The documentation for this struct was generated from the following file: