C# Class Strabo.Core.TextLayerExtraction.RunLengthSmoothing

Datei anzeigen Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Public Properties

Property Type Description
debug bool
dir string
fg_count int
num int
remaining_fp int

Public Methods

Method Description
Apply ( Bitmap srcimg, int char_count_in_string ) : Bitmap
D ( bool image, int se_size ) : ].bool[
E ( bool image, int se_size ) : ].bool[
RunLengthSmoothing ( ) : System

Method Details

Apply() public method

public Apply ( Bitmap srcimg, int char_count_in_string ) : Bitmap
srcimg System.Drawing.Bitmap
char_count_in_string int
return System.Drawing.Bitmap

D() public method

public D ( bool image, int se_size ) : ].bool[
image bool
se_size int
return ].bool[

E() public method

public E ( bool image, int se_size ) : ].bool[
image bool
se_size int
return ].bool[

RunLengthSmoothing() public method

public RunLengthSmoothing ( ) : System
return System

Property Details

debug public_oe property

public bool debug
return bool

dir public_oe property

public string dir
return string

fg_count public_oe property

public int fg_count
return int

num public_oe property

public int num
return int

remaining_fp public_oe property

public int remaining_fp
return int