C# 클래스 Accord.Imaging.BorderFollowing

Border following algorithm for contour extraction.
상속: IContourExtractionAlgorithm
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
BorderFollowing ( ) : AForge

Initializes a new instance of the BorderFollowing class.

BorderFollowing ( byte threshold ) : AForge

Initializes a new instance of the BorderFollowing class.

FindContour ( Bitmap image ) : List

Extracts the contour from a single object in a grayscale image.

FindContour ( BitmapData image ) : List

Extracts the contour from a single object in a grayscale image.

FindContour ( UnmanagedImage image ) : List

Extracts the contour from a single object in a grayscale image.

비공개 메소드들

메소드 설명
CheckPixelFormat ( PixelFormat format ) : void

메소드 상세

BorderFollowing() 공개 메소드

Initializes a new instance of the BorderFollowing class.
public BorderFollowing ( ) : AForge
리턴 AForge

BorderFollowing() 공개 메소드

Initializes a new instance of the BorderFollowing class.
public BorderFollowing ( byte threshold ) : AForge
threshold byte The pixel value threshold above which a pixel /// is considered black (belonging to the object). Default is zero.
리턴 AForge

FindContour() 공개 메소드

Extracts the contour from a single object in a grayscale image.
public FindContour ( Bitmap image ) : List
image System.Drawing.Bitmap A grayscale image.
리턴 List

FindContour() 공개 메소드

Extracts the contour from a single object in a grayscale image.
public FindContour ( BitmapData image ) : List
image System.Drawing.Imaging.BitmapData A grayscale image.
리턴 List

FindContour() 공개 메소드

Extracts the contour from a single object in a grayscale image.
public FindContour ( UnmanagedImage image ) : List
image UnmanagedImage A grayscale image.
리턴 List