Method | Description | |
---|---|---|
BorderFollowing ( ) : AForge |
Initializes a new instance of the BorderFollowing class.
|
|
BorderFollowing ( byte threshold ) : AForge |
Initializes a new instance of the BorderFollowing class.
|
|
FindContour ( |
Extracts the contour from a single object in a grayscale image.
|
|
FindContour ( |
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.
|
Method | Description | |
---|---|---|
CheckPixelFormat ( PixelFormat format ) : void |
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. |
return | AForge |
public FindContour ( |
||
image | A grayscale image. | |
return | List |
public FindContour ( |
||
image | A grayscale image. | |
return | List |
public FindContour ( UnmanagedImage image ) : List |
||
image | UnmanagedImage | A grayscale image. |
return | List |