Class FaceRecognitionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of Face
public class FaceRecognitionConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourceFaceRecognitionConfiguration()
Initializes a new instance of the Face
Declaration
public FaceRecognitionConfiguration()
Exceptions
Type | Condition |
---|---|
System. |
The feature is not supported. |
Properties
View SourceModelType
Gets or sets the method used for face recognition model learning. Default value is Lbph.
Declaration
public FaceRecognitionModelType ModelType { get; set; }
Property Value
Type | Description |
---|---|
Face |
Exceptions
Type | Condition |
---|---|
System. |
|
Implements
System.IDisposable