Human and face detector interface.  
 More...
#include <IHumanFaceDetector.h>
Human and face detector interface. 
 
Batched detect of faces and human bodies. 
- Parameters
 - 
  
    | [in] | images | span of source images.  | 
    | [in] | rects | span of input rectangles of interest.  | 
    | [in] | type | type of the detection.  | 
  
   
- Returns
 - ResultValue with error code and IHumanFaceBatch object. 
 
- See Also
 - Ref, Span, Image, Rect, IHumanFaceBatch, ResultValue and 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. 
 
 
 
Asynchronously detect of faces and human bodies. 
- Parameters
 - 
  
    | [in] | images | span of source images.  | 
    | [in] | rectangles | input rectangles of interest (ROI) span.  | 
    | [in] | type | type of the detection.  | 
  
   
- Returns
 - Future with IHumanFaceBatch object. 
 
- See Also
 - Ref, Span, Image, Rect, DetectionType, IHumanFaceBatch and vlc::future 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. 
 
- 
this method is experimental and interface may be changed in the future. 
 
- 
this method is not marked as noexcept and may throw an exception. 
 
 
 
Validate input of multiple frames in a single function call. 
- Parameters
 - 
  
    | [in] | images | span of source images.  | 
    | [in] | rects | span of rectangle coordinates of corresponding source images.  | 
    | [out] | errors | output span of errors for each image.  | 
  
   
- Returns
 - Result with error code. 
 
- See Also
 - Span, Image, Rect, Result and 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: