Class FaceRecognitionConfiguration

    Definition

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

    Represents a configuration of FaceRecognizer instances.

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

    Constructors

    View Source

    FaceRecognitionConfiguration()

    Initializes a new instance of the FaceRecognitionConfiguration class.

    Declaration
    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
    public FaceRecognitionModelType ModelType { get; set; }
    Property Value
    Type Description
    FaceRecognitionModelType
    Exceptions
    Type Condition
    System.ArgumentException

    value is not valid.

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX