메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | AForge |
public FindContour ( |
||
image | A grayscale image. | |
리턴 | List |
public FindContour ( |
||
image | A grayscale image. | |
리턴 | List |
public FindContour ( UnmanagedImage image ) : List |
||
image | UnmanagedImage | A grayscale image. |
리턴 | List |