C# Class Strabo.Core.TextLayerExtraction.ColorDecompositionFast

Afficher le fichier Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Méthodes publiques

Свойство Type Description
fg_color_idx_hash System.Collections.Hashtable
fg_count_list List
fg_idx_color_hash System.Collections.Hashtable

Méthodes publiques

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

Method Details

Apply() public méthode

public Apply ( Bitmap srcimg ) : List
srcimg System.Drawing.Bitmap
Résultat List

ApplySaveInd() public méthode

public ApplySaveInd ( Bitmap srcimg, string dir, string fn ) : void
srcimg System.Drawing.Bitmap
dir string
fn string
Résultat void

ColorDecompositionFast() public méthode

public ColorDecompositionFast ( ) : System
Résultat System

Property Details

fg_color_idx_hash public_oe property

public Hashtable,System.Collections fg_color_idx_hash
Résultat System.Collections.Hashtable

fg_count_list public_oe property

public List fg_count_list
Résultat List

fg_idx_color_hash public_oe property

public Hashtable,System.Collections fg_idx_color_hash
Résultat System.Collections.Hashtable