Click or drag to resize
Accord.NET (logo)

IBlockMatchingProcessImage Method (Bitmap, ListIntPoint, Bitmap)

Process images matching blocks between them.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
List<BlockMatch> ProcessImage(
	Bitmap sourceImage,
	List<IntPoint> coordinates,
	Bitmap searchImage
)
Request Example View Source

Parameters

sourceImage
Type: System.DrawingBitmap
Source image with reference points.
coordinates
Type: System.Collections.GenericListIntPoint
List of reference points to be matched.
searchImage
Type: System.DrawingBitmap
Image in which the reference points will be looked for.

Return Value

Type: ListBlockMatch
Returns list of found block matches.
See Also