Class FaceRecognitionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of FaceRecognizer instances.
public class FaceRecognitionConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceFaceRecognitionConfiguration()
Initializes a new instance of the FaceRecognitionConfiguration class.
Declaration
public FaceRecognitionConfiguration()
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | 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 |
---|---|
FaceRecognitionModelType |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
Implements
System.IDisposable