Class RoiTrackingConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of RoiTracker instances.
C#Copypublic class RoiTrackingConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View Source
RoiTrackingConfiguration()
Initializes a new instance of the RoiTrackingConfiguration class.
Declaration
C#Copypublic RoiTrackingConfiguration()
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The feature is not supported. |
Properties
Declaration
C#Copypublic Rectangle Roi { get; set; }
Property Value
Type | Description |
---|---|
Rectangle |
Remarks
The default value is Rectangle(0, 0, 0, 0) but it's meaningless.
The user should set this to correct value for TrackAsync(MediaVisionSource, RoiTrackingConfiguration).
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | The width of |
Declaration
C#Copypublic RoiTrackerType TrackerType { get; set; }
Property Value
Type | Description |
---|---|
RoiTrackerType |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
Methods
Declaration
C#Copyprotected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true to release both managed and unmanaged resources, otherwise false to release only unmanaged resources. |
Overrides
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required features are not supported. |
Implements
System.IDisposable