Class PoseLandmarkDetector

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
9

Provides the ability to detect Pose landmarks on image source using inference engine.

C#
Copy
public static class PoseLandmarkDetector : object
Inheritance
PoseLandmarkDetector

Methods

View Source

DetectAsync(MediaVisionSource, InferenceModelConfiguration)

Detects Pose landmarks on the source image using inference engine set in config.

Declaration
C#
Copy
public static Task<Landmark[, ]> DetectAsync(MediaVisionSource source, InferenceModelConfiguration config)
Parameters
Type Name Description
MediaVisionSource source

The source of the media where poses will be detected.

InferenceModelConfiguration config

The engine's configuration that will be used for detecting.

Returns
Type Description
Task<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.

API Level: 9
Feature: http://tizen.org/feature/vision.inferencehttp://tizen.org/feature/vision.inference.face