C# Класс PredatorCV.Detectors.Eigen

Наследование: IDetector
Показать файл Открыть проект

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

Метод Описание
Eigen ( string directory, int iterations ) : System

Setups this instance.

Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult

Processes the specified raw frame.

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

Метод Описание
GetImageFilesFromDirectory ( string directory ) : IEnumerable
GetLabels ( List files ) : List
MakeRecognizer ( int maxIteration ) : void

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

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

Setups this instance.
public Eigen ( string directory, int iterations ) : System
directory string
iterations int
Результат System

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

Processes the specified raw frame.
public Process ( byte>.Image rawFrame, byte>.Image grayFrame ) : DetectorResult
rawFrame byte>.Image The raw frame.
grayFrame byte>.Image The gray frame.
Результат DetectorResult