Class RoiTrackingConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of Roi
C#
Copy
public class RoiTrackingConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View Source
RoiTrackingConfiguration()
Initializes a new instance of the Roi
Declaration
C#
Copy
public RoiTrackingConfiguration()
Exceptions
Type | Condition |
---|---|
System. |
The feature is not supported. |
Properties
Declaration
C#
Copy
public 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 Track
Exceptions
Type | Condition |
---|---|
System. |
The width of |
Declaration
C#
Copy
public RoiTrackerType TrackerType { get; set; }
Property Value
Type | Description |
---|---|
Roi |
Exceptions
Type | Condition |
---|---|
System. |
|
Methods
Declaration
C#
Copy
protected 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. |
The required features are not supported. |
Implements
System.IDisposable