Class FaceRecognitionConfiguration

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll

Represents a configuration of FaceRecognizer instances.

C#
Copy
public class FaceRecognitionConfiguration : EngineConfiguration, IDisposable
Inheritance
object
FaceRecognitionConfiguration
Implements
System.IDisposable

Constructors

View Source

FaceRecognitionConfiguration()

Initializes a new instance of the FaceRecognitionConfiguration class.

Declaration
C#
Copy
public FaceRecognitionConfiguration()
Exceptions
Type Condition
System.NotSupportedException

The feature is not supported.

Properties

View Source

ModelType

Gets or sets the method used for face recognition model learning. Default value is Lbph.

Declaration
C#
Copy
public FaceRecognitionModelType ModelType { get; set; }
Property Value
Type Description
FaceRecognitionModelType
Exceptions
Type Condition
System.ArgumentException

value is not valid.

Implements

System.IDisposable