ICornersDetector Interface |
Namespace: Accord.Imaging
The ICornersDetector type exposes the following members.
Name | Description | |
---|---|---|
SupportedFormats |
Gets the list of image pixel formats that are supported by
this extractor. The extractor will check whether the pixel
format of any provided images are in this list to determine
whether the image can be processed or not.
|
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
ProcessImage(Bitmap) |
Process image looking for corners.
| |
ProcessImage(BitmapData) |
Process image looking for corners.
| |
ProcessImage(UnmanagedImage) |
Process image looking for corners.
|
The interface specifies set of methods, which should be implemented by different corners detection algorithms.