Class ImageTracker
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides the ability to track images on image sources.
public static class ImageTracker
- Inheritance
-
objectImage
Tracker
Methods
View SourceTrackAsync(MediaVisionSource, ImageTrackingModel, ImageTrackingConfiguration)
Tracks the given image tracking model on the current frame and Image
Declaration
public static Task<Quadrangle> TrackAsync(MediaVisionSource source, ImageTrackingModel trackingModel, ImageTrackingConfiguration config)
Parameters
Type | Name | Description |
---|---|---|
Media |
source | The current image of sequence where the image tracking model will be tracked. |
Image |
trackingModel | The image tracking model which processed as target of tracking. |
Image |
config | The configuration used for tracking. This value can be null. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous tracking operation. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The feature is not supported. |
System. |
|
System. |
|
See Also
View SourceTrackAsync(MediaVisionSource, ImageTrackingModel)
Tracks the given image tracking model on the current frame.
Declaration
public static Task<Quadrangle> TrackAsync(MediaVisionSource source, ImageTrackingModel trackingModel)
Parameters
Type | Name | Description |
---|---|---|
Media |
source | The current image of sequence where the image tracking model will be tracked. |
Image |
trackingModel | The image tracking model which processed as target of tracking. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous tracking operation. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The feature is not supported. |
System. |
|
System. |
|