Class PoseLandmarkDetector
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides the ability to detect Pose landmarks on image source using inference engine.
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public static class PoseLandmarkDetector
- Inheritance
-
objectPose
Landmark Detector
Methods
View Source
DetectAsync(MediaVisionSource, InferenceModelConfiguration)
Detects Pose landmarks on the source image using inference engine set in config
.
Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public static Task<Landmark[,]> DetectAsync(MediaVisionSource source, InferenceModelConfiguration config)
Parameters
Type | Name | Description |
---|---|---|
Media |
source | The source of the media where poses will be detected. |
Inference |
config | The engine's configuration that will be used for detecting. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><Landmark[,]> | A task that represents the asynchronous detect operation. |
Remarks
To set region-of-interest area in source image, please set Roi. If not set, full image area will be used to detect Pose landmark.
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
Internal error. |
System. |
The feature is not supported. |
System. |
The caller has no required privilege. |