3DiVi Face SDK  3.24.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
Capturer Class Reference

Interface object for detecting or tracking of faces in the images or video sequences. More...

#import <Capturer.h>

Instance Methods

(nonnull NSMutableArray *) - capture:
 Capture faces in a given image or video frame. More...
 

Detailed Description

Interface object for detecting or tracking of faces in the images or video sequences.

Method Documentation

- (nonnull NSMutableArray *) capture: (RawImage *_Nonnull)  raw_image

Capture faces in a given image or video frame.

Parameters
[in]raw_imageImage or videoframe.
Returns
Vector of captured face samples.
Warning
Gray-scale images are not supported by the objects created with some configuration files.