Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
MoravecCornersDetector ( ) : System |
Initializes a new instance of the MoravecCornersDetector class.
|
|
MoravecCornersDetector ( int threshold ) : System |
Initializes a new instance of the MoravecCornersDetector class.
|
|
MoravecCornersDetector ( int threshold, int windowSize ) : System |
Initializes a new instance of the MoravecCornersDetector class.
|
|
ProcessImage ( |
Process image looking for corners.
|
|
ProcessImage ( |
Process image looking for corners.
|
|
ProcessImage ( |
Process image looking for corners.
|
public MoravecCornersDetector ( int threshold ) : System | ||
threshold | int | Threshold value, which is used to filter out uninteresting points. |
return | System |
public MoravecCornersDetector ( int threshold, int windowSize ) : System | ||
threshold | int | Threshold value, which is used to filter out uninteresting points. |
windowSize | int | Window size used to determine if point is interesting. |
return | System |
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 |