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

Python API interface. More...

Modules

 ActiveLiveness
 
 AgeGenderEstimator
 
 Capturer
 
 Context
 
 DepthLivenessEstimator
 
 EmotionsEstimator
 
 FaceAttributesEstimator
 
 FaceQualityEstimator
 
 FacerecService
 
 IRLivenessEstimator
 
 Liveness2DEstimator
 
 ProcessingBlock
 
 QualityEstimator
 
 RawImage
 
 RawSample
 
 Recognizer
 
 Verdict
 
 Template
 
 TemplatesIndex
 
 VideoWorker
 

Classes

class  face_sdk.modules.config.Config
 Used to override configuration parameters at runtime. More...
 
class  face_sdk.modules.point.Point
 3D point. More...
 

Functions

def face_sdk.modules.config.Config.override_parameter
 Override the parameter value. More...
 

Detailed Description

Python API interface.

Function Documentation

def face_sdk.modules.config.Config.override_parameter (   self,
  parameter,
  value 
)

Override the parameter value.

Parameters
[in]parameterParameter name (tag name in the .xml config file).
[in]valueNew parameter value.