Метод | Описание | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
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. | |
Результат | List |
public ProcessImage ( |
||
imageData | Source image data to process. | |
Результат | List |
public ProcessImage ( |
||
image | Unmanaged source image to process. | |
Результат | List |
public SusanCornersDetector ( int differenceThreshold, int geometricalThreshold ) : System | ||
differenceThreshold | int | Brightness difference threshold. |
geometricalThreshold | int | Geometrical threshold. |
Результат | System |