Approximate Garbage Score estimator interface.
More...
#include <IAGSEstimator.h>
Approximate Garbage Score estimator interface.
- Note
- This estimator is designed to work with Image and detection;
Estimate the ags.
- Parameters
-
[in] | image | source image in R8G8B8 format. |
[in] | detection | detection coords in image space. |
- Returns
- ResultValue with error code and score of estimation.
Estimate ags of multiple frames in a single estimate function call.
- Parameters
-
[in] | images | span of input images. |
[in] | detection | span of detection coords of corresponding source images. |
[out] | out | output span of scores for each image; |
- See Also
- fsdk::Span for mode info.
- Returns
- Error code;
- See Also
- FSDKError for details.
-
fsdk::Span for mode info.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
Validate input of multiple frames in a single function call.
- Parameters
-
[in] | images | span of input images. |
[in] | detections | span of detection coords of corresponding source images. |
[out] | errors | output span of errors for each image. |
- Returns
- Error code;
- See Also
- FSDKError for details.
- Note
- all spans should be based on user owned continuous collections.
The documentation for this struct was generated from the following file: