Method | Description | |
---|---|---|
ProcessImage ( |
Process image looking for corners.
|
|
ProcessImage ( |
Process image looking for corners.
|
|
ProcessImage ( |
Process image looking for corners.
|
|
SusanCornersDetector ( ) : System |
Initializes a new instance of the SusanCornersDetector class.
|
|
SusanCornersDetector ( int differenceThreshold, int geometricalThreshold ) : System |
Initializes a new instance of the SusanCornersDetector class.
|
public ProcessImage ( |
||
image | Source image to process. | |
return | List |
public ProcessImage ( |
||
imageData | Source image data to process. | |
return | List |
public ProcessImage ( |
||
image | Unmanaged source image to process. | |
return | List |
public SusanCornersDetector ( int differenceThreshold, int geometricalThreshold ) : System | ||
differenceThreshold | int | Brightness difference threshold. |
geometricalThreshold | int | Geometrical threshold. |
return | System |