C# Класс Strabo.Core.Worker.SymbolRecognitionWorker

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

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

Метод Описание
Apply ( string inputPath, double uniquenessThresh, int tm, int hessianThresh ) : void
SymbolRecognitionBySVM ( string positivePath, string negativePath, string testPath ) : void
SymbolRecognitionWorker ( ) : System
SymbolRecognitionWorker ( string inputPath, ScanningMethod scanningMethod, DescriptorMethod descriptorMethod, MachineLearningMethod machineLearningMethod ) : System

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

Метод Описание
ApplySURF ( ) : void
GetImageParameters ( int &x, int &y, int &counter, string path ) : void
SURFThread ( int x, int y, int counter, byte>.Image pTest, int i, byte>.Tuple &result ) : void
SetParameters ( string inputPath, ScanningMethod scanningMethod, DescriptorMethod descriptorMethod, MachineLearningMethod machineLearningMethod ) : void
ValidateFilePath ( string path, string name ) : void

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

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

public Apply ( string inputPath, double uniquenessThresh, int tm, int hessianThresh ) : void
inputPath string
uniquenessThresh double
tm int
hessianThresh int
Результат void

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

public SymbolRecognitionBySVM ( string positivePath, string negativePath, string testPath ) : void
positivePath string
negativePath string
testPath string
Результат void

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

public SymbolRecognitionWorker ( ) : System
Результат System

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

public SymbolRecognitionWorker ( string inputPath, ScanningMethod scanningMethod, DescriptorMethod descriptorMethod, MachineLearningMethod machineLearningMethod ) : System
inputPath string
scanningMethod ScanningMethod
descriptorMethod DescriptorMethod
machineLearningMethod MachineLearningMethod
Результат System