C# Class Strabo.Core.TextLayerExtraction.ColorDecompositionFast

Exibir arquivo Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Public Properties

Property Type Description
fg_color_idx_hash System.Collections.Hashtable
fg_count_list List
fg_idx_color_hash System.Collections.Hashtable

Public Methods

Method Description
Apply ( Bitmap srcimg ) : List
ApplySaveInd ( Bitmap srcimg, string dir, string fn ) : void
ColorDecompositionFast ( ) : System

Method Details

Apply() public method

public Apply ( Bitmap srcimg ) : List
srcimg System.Drawing.Bitmap
return List

ApplySaveInd() public method

public ApplySaveInd ( Bitmap srcimg, string dir, string fn ) : void
srcimg System.Drawing.Bitmap
dir string
fn string
return void

ColorDecompositionFast() public method

public ColorDecompositionFast ( ) : System
return System

Property Details

fg_color_idx_hash public_oe property

public Hashtable,System.Collections fg_color_idx_hash
return System.Collections.Hashtable

fg_count_list public_oe property

public List fg_count_list
return List

fg_idx_color_hash public_oe property

public Hashtable,System.Collections fg_idx_color_hash
return System.Collections.Hashtable