Detects HumanLandmarks17 in multiple images.
- Parameters
-
[in] | images | span of source images. |
[in] | detections | span of human's detection coordinates in corresponding source images space It is a two dimensional Span. There is one Span of the Detections for each image. |
- Returns
- ResultValue with error code and a IHumanLandmarksBatchPtr object.
- See Also
- Ref, Span, Image, Detection, IHumanLandmarksBatch, 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.
Detects landmarks17 in a image.
- Parameters
-
[in] | image | source images. |
[in] | detections | input human's detections. |
[out] | landmarks | output span of HumanLandmarks17 for each human's detection. |
- Returns
- Result with error code.
- See Also
- Span, Image, HumanLandmarks17, 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.
Validates input of multiple frames in a single function call.
- Parameters
-
[in] | images | span of source images. |
[in] | detections | span of human's detection coordinates in corresponding source images space. It is a two dimensional Span. There is one Span of Detections for each image. |
[out] | errors | output span of errors for each image. It is a two dimensional Span. There is one Span of the errors for each image. |
- Returns
- Result with error code.
- See Also
- Span, Image, Detection, 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.
Validates input of a frame and detections in a single function call.
- Parameters
-
[in] | image | source image. |
[in] | detections | span of human's detection |
[out] | errors | output span of errors. |
- Returns
- Result with error code.
- See Also
- Span, Image, Detection, 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: