BestShot and Quality estimator interface.
More...
#include <IBestShotQualityEstimator.h>
BestShot and Quality estimator interface.
- Note
- This estimator is designed to work with Image and detection;
EstimationRequest lists all possible estimation attributes that BestShotQuality estimator is able to estimate.
| Enumerator |
|---|
| estimateAGS |
Estimate AGS.
|
| estimateHeadPose |
Estimate HeadPose.
|
| estimateAll |
Make full estimation (all attributes)
|
Estimate unified AGS and HeadPose attributes.
- Parameters
-
| [in] | image | input image. Format must be R8G8B8; |
| [in] | detection | detection coords in image space; |
| [in] | request | EstimationRequest structure; |
- See Also
- EstimationRequests for more details;
- Parameters
-
| [out] | result | output estimation; |
- See Also
- IBestShotQualityEstimator::EstimationResult.
- Returns
- Error code;
- See Also
- FSDKError for details.
Estimate unified AGS and HeadPose attributes of multiple frames in a single estimate function call.
- Parameters
-
| [in] | images | span of input images; format must be R8G8B8; |
- See Also
- fsdk::Span for mode info.
- Parameters
-
| [in] | detection | span of detection coords of corresponding source images. |
| [in] | request | EstimationRequest structure; |
- See Also
- EstimationRequests for more details.
- Parameters
-
| [out] | results | span of estimations. |
- Returns
- Error code;
- See Also
- FSDKError for details.
-
IBestShotQualityEstimator::EstimationResult and fsdk::Span for more 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. |
| [in] | request | EstimationRequest structure; |
- See Also
- EstimationRequests for more details.
- Parameters
-
| [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: