C# Класс CarusoSample.SecondDeliverable

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

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

Метод Описание
PreProcess ( string filepath, bool displayMode ) : void
Preprocess_Final ( string filepath, string outPath, bool displayMode, int thresholding ) : void
Reconstruct ( string prefix, string dir, bool display ) : void
Run ( ) : void

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

Метод Описание
PromptFileType ( ) : void

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

PreProcess() публичный статический Метод

public static PreProcess ( string filepath, bool displayMode ) : void
filepath string
displayMode bool
Результат void

Preprocess_Final() публичный статический Метод

public static Preprocess_Final ( string filepath, string outPath, bool displayMode, int thresholding ) : void
filepath string
outPath string
displayMode bool
thresholding int
Результат void

Reconstruct() публичный статический Метод

public static Reconstruct ( string prefix, string dir, bool display ) : void
prefix string
dir string
display bool
Результат void

Run() публичный статический Метод

public static Run ( ) : void
Результат void