C# Класс Accord.Imaging.BorderFollowing

Border following algorithm for contour extraction.
Наследование: IContourExtractionAlgorithm
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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