C# Class ConnectedComponentLabeling.CCL

Inheritance: IConnectedComponentLabeling
Afficher le fichier Open project: Omar-Salem/Connected-Component-Labeling-Algorithm Class Usage Examples

Méthodes publiques

Méthode Description
Process ( Bitmap input ) : Bitmap>.IDictionary

Méthodes protégées

Méthode Description
CheckIsBackGround ( Pixel currentPixel ) : bool

Private Methods

Méthode Description
AggregatePatterns ( Label>.Dictionary allLabels ) : List>.Dictionary
CreateBitmap ( List pattern ) : Bitmap
Find ( ) : List>.Dictionary
GetNeighboringLabels ( Pixel pix ) : IEnumerable

Method Details

CheckIsBackGround() protected méthode

protected CheckIsBackGround ( Pixel currentPixel ) : bool
currentPixel Pixel
Résultat bool

Process() public méthode

public Process ( Bitmap input ) : Bitmap>.IDictionary
input System.Drawing.Bitmap
Résultat Bitmap>.IDictionary