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, IDisposable
    Inheritance
    object
    SurveillanceEngine
    PersonAppearanceDetector
    Implements
    System.IDisposable

    Constructors

    View Source

    PersonAppearanceDetector()

    Initializes a new instance of the PersonAppearanceDetector class.

    Declaration
    public PersonAppearanceDetector()
    Exceptions
    Type Condition
    System.NotSupportedException

    The required features are not supported.

    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.

    Exceptions
    Type Condition
    System.ArgumentNullException

    source is null.

    System.ObjectDisposedException

    The PersonAppearanceDetector has already been disposed of.
    -or-
    config has already been disposed of.

    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.

    Exceptions
    Type Condition
    System.ArgumentNullException

    source is null.

    System.ObjectDisposedException

    The PersonAppearanceDetector has already been disposed of.

    See Also
    PersonAppearanceDetectionConfiguration

    Events

    View Source

    Detected

    Occurs when the any appearance changes detected.

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

    The event handler will be executed on an internal thread.

    See Also
    PersonAppearanceDetectionConfiguration

    Implements

    System.IDisposable

    See Also

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