Process image looking for corners.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public List<IntPoint> ProcessImage( BitmapData imageData ) |
Parameters
- imageData
- Type: System.Drawing.Imaging..::.BitmapData
Source image data to process.
Return Value
Returns array of found corners (X-Y coordinates).Implements
ICornersDetector..::.ProcessImage(BitmapData)
Exceptions
Exception | Condition |
---|---|
AForge.Imaging..::.UnsupportedImageFormatException | The source image has incorrect pixel format. |