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
- Implements
-
System.
IDisposable
Constructors
View SourcePersonAppearanceDetector()
Initializes a new instance of the Person
Declaration
public PersonAppearanceDetector()
Exceptions
Type | Condition |
---|---|
System. |
The required features are not supported. |
See Also
Methods
View SourceAddSource(SurveillanceSource, PersonAppearanceDetectionConfiguration)
Adds Surveillance
Declaration
public void AddSource(SurveillanceSource source, PersonAppearanceDetectionConfiguration 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 |
See Also
View SourceAddSource(SurveillanceSource)
Adds Surveillance
Declaration
public void AddSource(SurveillanceSource source)
Parameters
Type | Name | Description |
---|---|---|
Surveillance |
source | The source used for recognition. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The Person |
See Also
Events
View SourceDetected
Occurs when the any appearance changes detected.
Declaration
public event EventHandler<PersonAppearanceDetectedEventArgs> Detected
Event Type
Type | Description |
---|---|
System. |
Remarks
The event handler will be executed on an internal thread.
See Also
Implements
System.IDisposable