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] | 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 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 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: