Class RoiTracker
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides the ability to track ROI(Region Of Interest) area on image source.
public static class RoiTracker
- Inheritance
-
objectRoi
Tracker
Methods
View SourceTrackAsync(MediaVisionSource, RoiTrackingConfiguration)
Tracks ROI(Region Of Interest) on the source image.
Declaration
public static Task<Rectangle> TrackAsync(MediaVisionSource source, RoiTrackingConfiguration config)
Parameters
Type | Name | Description |
---|---|---|
Media |
source | The source of the media user wants to track. |
Roi |
config | The engine's configuration that will be used for tracking. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous tracking operation. |
Remarks
Roi should be set first correctly.
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
|
System. |
Internal error. |