C# Class CarusoSample.SecondDeliverable

Show file Open project: Algorithmix/Papyrus Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
PromptFileType ( ) : void

Method Details

PreProcess() public static method

public static PreProcess ( string filepath, bool displayMode ) : void
filepath string
displayMode bool
return void

Preprocess_Final() public static method

public static Preprocess_Final ( string filepath, string outPath, bool displayMode, int thresholding ) : void
filepath string
outPath string
displayMode bool
thresholding int
return void

Reconstruct() public static method

public static Reconstruct ( string prefix, string dir, bool display ) : void
prefix string
dir string
display bool
return void

Run() public static method

public static Run ( ) : void
return void