Process image looking for corners.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
List<IntPoint> ProcessImage(
	Bitmap image
)

Parameters

image
Type: System.Drawing..::.Bitmap
Source image to process.

Return Value

Returns list of found corners (X-Y coordinates).

See Also