Class PersonRecognizer

    Definition

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

    Provides the ability to recognize person on image sources.

    public class PersonRecognizer : SurveillanceEngine
    Inheritance
    object
    SurveillanceEngine
    PersonRecognizer

    Constructors

    View Source

    PersonRecognizer()

    Initializes a new instance of the PersonRecognizer class.

    Declaration
    public PersonRecognizer()
    See Also
    PersonRecognitionConfiguration

    Methods

    View Source

    AddSource(SurveillanceSource, PersonRecognitionConfiguration)

    Adds SurveillanceSource with the provided PersonRecognitionConfiguration.

    Declaration
    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.

    See Also
    PersonRecognitionConfiguration

    Events

    View Source

    Recognized

    Occurs when a person recognized.

    Declaration
    public event EventHandler<PersonRecognizedEventArgs> Recognized
    Event Type
    Type Description
    EventHandler<><PersonRecognizedEventArgs>
    Remarks

    The event handler will be executed on an internal thread.

    See Also
    FaceRecognitionModelPath

    Extension Methods

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

    See Also

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