Class PersonAppearanceDetectionConfiguration

    Definition

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

    Represents a configuration of PersonAppearanceDetector instances.

    public class PersonAppearanceDetectionConfiguration : SurveillanceEngineConfiguration
    Inheritance
    object
    EngineConfiguration
    SurveillanceEngineConfiguration
    PersonAppearanceDetectionConfiguration

    Constructors

    View Source

    PersonAppearanceDetectionConfiguration()

    Initializes a new instance of the PersonAppearanceDetectionConfiguration class.

    Declaration
    public PersonAppearanceDetectionConfiguration()

    Fields

    View Source

    DefaultSkipFramesCount

    A read-only field that represents the default value of SkipFramesCount.

    Declaration
    public static readonly int DefaultSkipFramesCount
    Field Value
    Type Description
    int

    Properties

    View Source

    SkipFramesCount

    Gets or sets how many frames will be skipped during push source.

    Declaration
    public int SkipFramesCount { get; set; }
    Property Value
    Type Description
    int

    The value to specify the number of MediaVisionSource calls will be ignored by subscription of the event trigger.

    The default is 0. It means that no frames will be skipped and all MediaVisionSource will be processed.

    See Also
    Push(MediaVisionSource)

    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