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, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourcePersonRecognizer()
Initializes a new instance of the Person
Declaration
public PersonRecognizer()
Exceptions
Type | Condition |
---|---|
System. |
The required features are not supported. |
See Also
Methods
View SourceAddSource(SurveillanceSource, PersonRecognitionConfiguration)
Adds Surveillance
Declaration
public void AddSource(SurveillanceSource source, PersonRecognitionConfiguration config)
Parameters
Type | Name | Description |
---|---|---|
Surveillance |
source | The source used for recognition. |
Person |
config | The config for the |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The Person |
System. |
Face |
System. |
No permission to access to the Face |
System. |
The model file is not supported format or file. |
See Also
Events
View SourceRecognized
Occurs when a person recognized.
Declaration
public event EventHandler<PersonRecognizedEventArgs> Recognized
Event Type
Type | Description |
---|---|
System. |
Remarks
The event handler will be executed on an internal thread.
See Also
Implements
System.IDisposable