Process images matching blocks between them.

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

Syntax

C#
List<BlockMatch> ProcessImage(
	BitmapData sourceImageData,
	List<IntPoint> coordinates,
	BitmapData searchImageData
)

Parameters

sourceImageData
Type: System.Drawing.Imaging..::.BitmapData
Source image with reference points.
coordinates
Type: System.Collections.Generic..::.List<(Of <(IntPoint>)>)
List of reference points to be matched.
searchImageData
Type: System.Drawing.Imaging..::.BitmapData
Image in which the reference points will be looked for.

Return Value

Returns list of found block matches.

See Also