C# Class Strabo.Core.ImageProcessing.MultiThreadBinarization

Mostrar archivo Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Public Methods

Method Description
Apply ( Bitmap srcimg, Hashtable positive_table, int tnum ) : Bitmap
ApplyWithSrcColor ( Bitmap srcimg, Hashtable positive_table, int tnum ) : Bitmap
Run ( object step ) : void

Method Details

Apply() public method

public Apply ( Bitmap srcimg, Hashtable positive_table, int tnum ) : Bitmap
srcimg System.Drawing.Bitmap
positive_table System.Collections.Hashtable
tnum int
return System.Drawing.Bitmap

ApplyWithSrcColor() public method

public ApplyWithSrcColor ( Bitmap srcimg, Hashtable positive_table, int tnum ) : Bitmap
srcimg System.Drawing.Bitmap
positive_table System.Collections.Hashtable
tnum int
return System.Drawing.Bitmap

Run() public method

public Run ( object step ) : void
step object
return void