Class ImageClassifier

Definition

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

Provides the ability to classify image objects on image source using inference engine.

C#
Copy
public static class ImageClassifier : object
Inheritance
ImageClassifier

Methods

View Source

ClassifyAsync(MediaVisionSource, InferenceModelConfiguration)

Classifies image objects on the source image using inference engine set in config.
Each time when DetectAsync is called, a set of the detected faces at the media source are received asynchronously.

Declaration
C#
Copy
public static Task<IEnumerable<ImageClassificationResult>> ClassifyAsync(MediaVisionSource source, InferenceModelConfiguration config)
Parameters
Type Name Description
MediaVisionSource source

The source of the media where faces will be detected.

InferenceModelConfiguration config

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

Returns
Type Description
Task<IEnumerable<ImageClassificationResult>>

A task that represents the asynchronous classify operation.
If there's no classified image object, empty collection will be returned.

API Level: 6
Feature: http://tizen.org/feature/vision.inferencehttp://tizen.org/feature/vision.inference.image