Click or drag to resize
Accord.NET (logo)

IContourExtractionAlgorithm Interface

Common interface for contour extraction algorithm.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface IContourExtractionAlgorithm
Request Example View Source
Methods
  NameDescription
Public methodFindContour(Bitmap)
Extracts the contour from a single object in a grayscale image.
Public methodFindContour(BitmapData)
Extracts the contour from a single object in a grayscale image.
Public methodFindContour(UnmanagedImage)
Extracts the contour from a single object in a grayscale image.
Top
See Also