C# Class CarusoSample.SecondDeliverable

Afficher le fichier Open project: Algorithmix/Papyrus Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
PromptFileType ( ) : void

Method Details

PreProcess() public static méthode

public static PreProcess ( string filepath, bool displayMode ) : void
filepath string
displayMode bool
Résultat void

Preprocess_Final() public static méthode

public static Preprocess_Final ( string filepath, string outPath, bool displayMode, int thresholding ) : void
filepath string
outPath string
displayMode bool
thresholding int
Résultat void

Reconstruct() public static méthode

public static Reconstruct ( string prefix, string dir, bool display ) : void
prefix string
dir string
display bool
Résultat void

Run() public static méthode

public static Run ( ) : void
Résultat void