|
ExhaustiveTemplateMatchingProcessImage Method (BitmapData, BitmapData)
|
Process image looking for matchings with specified template.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public TemplateMatch[] ProcessImage(
BitmapData imageData,
BitmapData templateData
)
Public Function ProcessImage (
imageData As BitmapData,
templateData As BitmapData
) As TemplateMatch()
Request Example
View SourceParameters
- imageData
- Type: System.Drawing.ImagingBitmapData
Source image data to process. - templateData
- Type: System.Drawing.ImagingBitmapData
Template image to search for.
Return Value
Type:
TemplateMatchReturns array of found template matches. The array is sorted by similarity
of found matches in descending order.
Exceptions See Also