|
BaseCornersDetectorProcessImage Method (BitmapData)
|
Process image looking for corners.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public List<IntPoint> ProcessImage(
BitmapData imageData
)
Public Function ProcessImage (
imageData As BitmapData
) As List(Of IntPoint)
Request Example
View SourceParameters
- imageData
- Type: System.Drawing.ImagingBitmapData
Source image data to process.
Return Value
Type:
ListIntPointReturns list of found corners (X-Y coordinates).
Implements
ICornersDetectorProcessImage(BitmapData)Exceptions See Also