Class PersonRecognizer

    Definition

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

    Provides the ability to recognize person on image sources.

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

    Constructors

    View Source

    PersonRecognizer()

    Initializes a new instance of the PersonRecognizer class.

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

    The required features are not supported.

    See Also
    PersonRecognitionConfiguration

    Methods

    View Source

    AddSource(SurveillanceSource, PersonRecognitionConfiguration)

    Adds SurveillanceSource with the provided PersonRecognitionConfiguration.

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

    The source used for recognition.

    PersonRecognitionConfiguration config

    The config for the source.

    Exceptions
    Type Condition
    System.ArgumentNullException

    source is null.
    -or-
    config is null.

    System.ObjectDisposedException

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

    System.ArgumentException

    FaceRecognitionModelPath of config does not exists.

    System.UnauthorizedAccessException

    No permission to access to the FaceRecognitionModelPath.

    System.NotSupportedException

    The model file is not supported format or file.

    See Also
    PersonRecognitionConfiguration

    Events

    View Source

    Recognized

    Occurs when a person recognized.

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

    The event handler will be executed on an internal thread.

    See Also
    FaceRecognitionModelPath

    Implements

    System.IDisposable

    See Also

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