Class FaceRecognitionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
- Feature:
- http://tizen.org/feature/vision.face_recognition
Represents a configuration of FaceRecognizer instances.
C#Copypublic class FaceRecognitionConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
Constructors
View Source
FaceRecognitionConfiguration()
Initializes a new instance of the FaceRecognitionConfiguration class.
Declaration
C#Copypublic FaceRecognitionConfiguration()
Exceptions
Type | Condition |
---|---|
NotSupportedException | The feature is not supported. |
API Level: 4
Properties
View Source
ModelType
Gets or sets the method used for face recognition model learning. Default value is Lbph.
Declaration
C#Copypublic FaceRecognitionModelType ModelType { get; set; }
Property Value
Type | Description |
---|---|
FaceRecognitionModelType |
Exceptions
Type | Condition |
---|---|
ArgumentException |
|