Метод | Описание | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
FastCornersDetector ( ) : System |
Initializes a new instance of the FastCornersDetector class.
|
|
FastCornersDetector ( int threshold ) : System |
Initializes a new instance of the FastCornersDetector class.
|
|
ProcessImage ( |
Process image looking for corners.
|
|
ProcessImage ( |
Process image looking for corners.
|
|
ProcessImage ( |
Process image looking for corners.
|
Метод | Описание | |
---|---|---|
detect ( |
||
makeOffsets ( int stride ) : int[] | ||
maximum ( |
||
score ( |
public FastCornersDetector ( int threshold ) : System | ||
threshold | int | The suppression threshold. Decreasing this value /// increases the number of points detected by the algorithm. Default is 20. |
Результат | System |
public ProcessImage ( |
||
image | Source image data to process. | |
Результат | List |
public ProcessImage ( |
||
imageData | Source image data to process. | |
Результат | List |
public ProcessImage ( |
||
image | Source image data to process. | |
Результат | List |