|
IBlockMatchingProcessImage Method (BitmapData, ListIntPoint, BitmapData)
|
Process images matching blocks between them.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax List<BlockMatch> ProcessImage(
BitmapData sourceImageData,
List<IntPoint> coordinates,
BitmapData searchImageData
)
Function ProcessImage (
sourceImageData As BitmapData,
coordinates As List(Of IntPoint),
searchImageData As BitmapData
) As List(Of BlockMatch)
Request Example
View SourceParameters
- sourceImageData
- Type: System.Drawing.ImagingBitmapData
Source image with reference points. - coordinates
- Type: System.Collections.GenericListIntPoint
List of reference points to be matched. - searchImageData
- Type: System.Drawing.ImagingBitmapData
Image in which the reference points will be looked for.
Return Value
Type:
ListBlockMatchReturns list of found block matches.
See Also