Class PersonAppearanceDetectedEventArgs

    Definition

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

    Provides data for the Detected event.

    public class PersonAppearanceDetectedEventArgs : EventArgs
    Inheritance
    object
    PersonAppearanceDetectedEventArgs

    Constructors

    View Source

    PersonAppearanceDetectedEventArgs(IEnumerable<Rectangle>, IEnumerable<Rectangle>, IEnumerable<Rectangle>)

    Initializes a new instance of the PersonAppearanceDetectedEventArgs class.

    Declaration
    public PersonAppearanceDetectedEventArgs(IEnumerable<Rectangle> appeared, IEnumerable<Rectangle> disappeared, IEnumerable<Rectangle> tracked)
    Parameters
    Type Name Description
    IEnumerable<><Rectangle> appeared
    IEnumerable<><Rectangle> disappeared
    IEnumerable<><Rectangle> tracked

    Properties

    View Source

    AppearanceAreas

    Gets a set of rectangular regions where appearances of the persons were detected.

    Declaration
    public IEnumerable<Rectangle> AppearanceAreas { get; }
    Property Value
    Type Description
    IEnumerable<><Rectangle>
    View Source

    DisappearanceAreas

    Gets a set of rectangular regions where disappearances of the persons were detected.

    Declaration
    public IEnumerable<Rectangle> DisappearanceAreas { get; }
    Property Value
    Type Description
    IEnumerable<><Rectangle>
    View Source

    TrackedAreas

    Gets a set of rectangular regions where persons were tracked.

    Declaration
    public IEnumerable<Rectangle> TrackedAreas { get; }
    Property Value
    Type Description
    IEnumerable<><Rectangle>

    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