Class PersonAppearanceDetector

    Definition

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

    Provides the ability to detect person appearance changes on image sources.

    public class PersonAppearanceDetector : SurveillanceEngine
    Inheritance
    object
    SurveillanceEngine
    PersonAppearanceDetector

    Constructors

    View Source

    PersonAppearanceDetector()

    Initializes a new instance of the PersonAppearanceDetector class.

    Declaration
    public PersonAppearanceDetector()
    See Also
    PersonAppearanceDetectionConfiguration

    Methods

    View Source

    AddSource(SurveillanceSource, PersonAppearanceDetectionConfiguration)

    Adds SurveillanceSource with the provided PersonAppearanceDetectionConfiguration.

    Declaration
    public void AddSource(SurveillanceSource source, PersonAppearanceDetectionConfiguration config)
    Parameters
    Type Name Description
    SurveillanceSource source

    The source used for recognition.

    PersonAppearanceDetectionConfiguration config

    The config for the source. This value can be null.

    See Also
    PersonAppearanceDetectionConfiguration
    View Source

    AddSource(SurveillanceSource)

    Adds SurveillanceSource.

    Declaration
    public void AddSource(SurveillanceSource source)
    Parameters
    Type Name Description
    SurveillanceSource source

    The source used for recognition.

    See Also
    PersonAppearanceDetectionConfiguration

    Events

    View Source

    Detected

    Occurs when the any appearance changes detected.

    Declaration
    public event EventHandler<PersonAppearanceDetectedEventArgs> Detected
    Event Type
    Type Description
    EventHandler<><PersonAppearanceDetectedEventArgs>
    Remarks

    The event handler will be executed on an internal thread.

    See Also
    PersonAppearanceDetectionConfiguration

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)

    See Also

    PersonAppearanceDetectionConfiguration
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX