| virtual Result<FSDKError> fsdk::IBlackWhiteEstimator::estimate  | 
          ( | 
          const Image &  | 
          image,  | 
         
        
           | 
           | 
          bool &  | 
          outIsGrayscale  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
Check if image is grayscale or color. 
- Parameters
 - 
  
    | [in] | image | source image.  | 
    | [out] | outIsGrayscale | estimation result; true if image is grayscale, false if not.  | 
  
   
- Returns
 - Result with error code. 
 
- See Also
 - Image, Result and FSDKError for details. 
 
- Note
 - image format must be R8G8B8, 
 
- See Also
 - Format. 
 
 
 
Estimates if image is color, grayscale or infrared. 
- Parameters
 - 
  
    | [in] | warp | image with warped face.  | 
    | [out] | estimation | estimation.  | 
  
   
- Returns
 - Result with error code. 
 
- See Also
 - ImageColorEstimation, Image, Result and FSDKError for details. 
 
- Note
 - warp format must be R8G8B8 or R8, 
 
- See Also
 - Format. 
 
 
 
Estimates if images are color, grayscale or infrared. 
- Parameters
 - 
  
    | [in] | warps | span of images with warped faces.  | 
    | [out] | estimations | array of estimations.  | 
  
   
- Returns
 - Result with error code. 
 
- See Also
 - Span, ImageColorEstimation, Image, Result and FSDKError for details. 
 
- Note
 - warps format must be R8G8B8 or R8, 
 
- 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] | warps | span of images with warped faces.  | 
    | [out] | errors | output span of errors for each image.  | 
  
   
- Returns
 - Result with error code. 
 
- See Also
 - Span, Image, Result and FSDKError for details. 
 
- Note
 - warps format must be R8G8B8 or R8, 
 
- 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: