Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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. |
return | System |
public ProcessImage ( |
||
image | Source image data to process. | |
return | List |
public ProcessImage ( |
||
imageData | Source image data to process. | |
return | List |
public ProcessImage ( |
||
image | Source image data to process. | |
return | List |