3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
Package VDT.FaceRecognition.SDK

C# interface. More...

Classes

class  ActiveLiveness
 
class  AgeGenderEstimator
 Interface object for age and gender estimation. More...
 
class  CameraCalibrator
 Interface object for camera calibration and correction of image distortion. More...
 
class  Capturer
 Interface object for detecting or tracking of faces in the images or video sequences. More...
 
class  ComplexObject
 
class  Context
 
class  DepthLivenessEstimator
 Interface object used to estimate face liveness in order to prevent spoofing attacks. More...
 
class  DepthMapRaw
 A depth map aligned with the original color image.
Correspondence between the coordinates of the original image and depth map is as follows:
    let (x; y) be a point on the depth map, then a corresponding point on the original image is
    (depth_map_2_image_offset_x + depth_map_2_image_scale_x * x; depth_map_2_image_offset_y + depth_map_2_image_scale_y * y). More...
 
class  EmotionsEstimator
 Interface object for estimation of emotions. More...
 
class  ErrorMethods
 
class  Error
 The class of exceptions thrown when errors occur. More...
 
class  ObjectDisposedException
 The class of exception thrown when used disposed object. More...
 
class  ExceptionDestroyer
 
class  FaceAttributesEstimator
 Interface object used to estimate attributes of the face. More...
 
class  FaceQualityEstimator
 Interface object for sample quality estimation. More...
 
class  FacerecService
 Interface object for creating other interface objects. More...
 
class  IDisposableObject
 
class  Liveness2DEstimator
 Interface object used to estimate face liveness in order to prevent spoofing attacks. More...
 
class  LivenessEstimator
 Interface object used to estimate face liveness to prevent spoofing attacks. More...
 
class  Point
 3D point. More...
 
class  ProcessingBlock
 
class  ProcessingBlockError
 
class  QualityEstimator
 Interface object used to estimate sample quality. More...
 
class  RawImage
 Class to provide raw image data and optional crop information. More...
 
class  RawSample
 Interface object that stores a captured face sample. More...
 
class  Recognizer
 Interface object for creating and matching templates. More...
 
class  Template
 Interface object for saving the face template. More...
 
class  TemplatesIndex
 Interface object for working with the template index. More...
 
class  VideoWorker
 VideoWorker is an interface object for tracking, processing and matching faces on multiple video streams. We recommend you to use VideoWorker instead of Capturer for face tracking on video streams. When VideoWorker is created with matching_thread=0 and processing_thread=0, then the standard Capturer license is used. More...
 

Detailed Description

C# interface.