Méthode | Description | |
---|---|---|
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 ( Bitmap image ) : List |
Process image looking for corners.
|
|
ProcessImage ( BitmapData imageData ) : List |
Process image looking for corners.
|
|
ProcessImage ( UnmanagedImage image ) : List |
Process image looking for corners.
|
public MoravecCornersDetector ( int threshold ) : System | ||
threshold | int | Threshold value, which is used to filter out uninteresting points. |
Résultat | 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. |
Résultat | System |
public ProcessImage ( Bitmap image ) : List |
||
image | Bitmap | Source image to process. |
Résultat | List |
public ProcessImage ( BitmapData imageData ) : List |
||
imageData | BitmapData | Source image data to process. |
Résultat | List |
public ProcessImage ( UnmanagedImage image ) : List |
||
image | UnmanagedImage | Unmanaged source image to process. |
Résultat | List |