C# 클래스 ConnectedComponentLabeling.CCL

상속: IConnectedComponentLabeling
파일 보기 프로젝트 열기: Omar-Salem/Connected-Component-Labeling-Algorithm 1 사용 예제들

공개 메소드들

메소드 설명
Process ( Bitmap input ) : Bitmap>.IDictionary

보호된 메소드들

메소드 설명
CheckIsBackGround ( Pixel currentPixel ) : bool

비공개 메소드들

메소드 설명
AggregatePatterns ( Label>.Dictionary allLabels ) : List>.Dictionary
CreateBitmap ( List pattern ) : Bitmap
Find ( ) : List>.Dictionary
GetNeighboringLabels ( Pixel pix ) : IEnumerable

메소드 상세

CheckIsBackGround() 보호된 메소드

protected CheckIsBackGround ( Pixel currentPixel ) : bool
currentPixel Pixel
리턴 bool

Process() 공개 메소드

public Process ( Bitmap input ) : Bitmap>.IDictionary
input System.Drawing.Bitmap
리턴 Bitmap>.IDictionary