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