C# Класс Recognizer.HMMRecognizer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HMMRecognizer ( string modelDirectoryName ) : System

Creates a new HMMRecognizer by loading all of the stored models in the given directory

recognizeAction ( ActionSequence action ) : double>.Tuple

Uses a collection of HMMs to recognize which action among a corpus of actions was performed

Приватные методы

Метод Описание
loadAllModels ( string modelDirectoryName ) : void

Описание методов

HMMRecognizer() публичный Метод

Creates a new HMMRecognizer by loading all of the stored models in the given directory
public HMMRecognizer ( string modelDirectoryName ) : System
modelDirectoryName string
Результат System

recognizeAction() публичный Метод

Uses a collection of HMMs to recognize which action among a corpus of actions was performed
public recognizeAction ( ActionSequence action ) : double>.Tuple
action ActionSequence The motion sequence representing the action
Результат double>.Tuple