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