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() [1/2]
Estimate the ags. 
- Parameters
- 
  
    | [in] | image | source image. |  | [in] | detection | detection coordinates in image space. |  
 
- Returns
- ResultValue with error code and score of estimation. 
- See also
- Image, Detection, ResultValue, FSDKError for details. 
- Note
- image format must be R8G8B8, 
- See also
- Format. 
 
 
◆ estimate() [2/2]
Estimate ags of multiple frames in a single estimate function call. 
- Parameters
- 
  
    | [in] | images | span of source images. |  | [in] | detections | span of detection coordinates in corresponding source images space. |  | [out] | out | output span of scores for each image. |  
 
- Returns
- Result with error code. 
- See also
- Span, Image, Detection, Result, 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. 
 
 
◆ validate()
Validate input of multiple frames in a single function call. 
- Parameters
- 
  
    | [in] | images | span of source images. |  | [in] | detections | span of detection coordinates in corresponding source images space. |  | [out] | errors | output span of errors for each image. |  
 
- Returns
- Result with error code. 
- See also
- Span, Image, Detection, Result, 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: