Class FaceDetectionConfiguration

    Definition

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

    Represents a configuration of FaceDetector instances.

    public class FaceDetectionConfiguration : EngineConfiguration
    Inheritance
    object
    EngineConfiguration
    FaceDetectionConfiguration

    Constructors

    View Source

    FaceDetectionConfiguration()

    Initializes a new instance of the FaceDetectionConfiguration class.

    Declaration
    public FaceDetectionConfiguration()

    Properties

    View Source

    MinHeight

    Gets or sets the minimum height of a face which will be detected.

    Declaration
    public int? MinHeight { get; set; }
    Property Value
    Type Description
    int?
    Remarks

    Default value is null (all detected faces will be applied), which can be changed to specify the minimum face height.

    View Source

    MinWidth

    Gets or sets the minimum width of a face which will be detected.

    Declaration
    public int? MinWidth { get; set; }
    Property Value
    Type Description
    int?
    Remarks

    Default value is null (all detected faces will be applied), which can be changed to specify the minimum face width.

    View Source

    ModelFilePath

    Gets or sets the face detection haarcascade xml file for face detection.

    Declaration
    public string ModelFilePath { get; set; }
    Property Value
    Type Description
    string
    View Source

    Roi

    Gets or sets the roi of the face detection.

    Declaration
    public Rectangle? Roi { get; set; }
    Property Value
    Type Description
    Rectangle?
    Remarks

    Default value is null (the roi will be a full image), which can be changed to specify the roi for face detection.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX