Search Results for

    Show / Hide Table of Contents

    Class PersonAppearanceDetector

    Definition

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

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

    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public class PersonAppearanceDetector : SurveillanceEngine, IDisposable
    Inheritance
    object
    SurveillanceEngine
    PersonAppearanceDetector
    Implements
    IDisposable

    Constructors

    View Source

    PersonAppearanceDetector()

    Initializes a new instance of the PersonAppearanceDetector class.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public PersonAppearanceDetector()
    Exceptions
    Type Condition
    NotSupportedException

    The required features are not supported.

    Methods

    View Source

    AddSource(SurveillanceSource)

    Adds SurveillanceSource.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public void AddSource(SurveillanceSource source)
    Parameters
    Type Name Description
    SurveillanceSource source

    The source used for recognition.

    Exceptions
    Type Condition
    ArgumentNullException

    source is null.

    ObjectDisposedException

    The PersonAppearanceDetector has already been disposed of.

    View Source

    AddSource(SurveillanceSource, PersonAppearanceDetectionConfiguration)

    Adds SurveillanceSource with the provided PersonAppearanceDetectionConfiguration.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    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
    ArgumentNullException

    source is null.

    ObjectDisposedException

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

    Events

    View Source

    Detected

    Occurs when the any appearance changes detected.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public event EventHandler<PersonAppearanceDetectedEventArgs> Detected
    Event Type
    Type Description
    EventHandler<PersonAppearanceDetectedEventArgs>
    Remarks

    The event handler will be executed on an internal thread.

    Implements

    IDisposable

    See Also

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