|
ExhaustiveTemplateMatchingProcessImage Method (Bitmap, Bitmap, Rectangle)
|
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(
Bitmap image,
Bitmap template,
Rectangle searchZone
)
Public Function ProcessImage (
image As Bitmap,
template As Bitmap,
searchZone As Rectangle
) As TemplateMatch()
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
Source image to process. - template
- Type: System.DrawingBitmap
Template image to search for. - searchZone
- Type: System.DrawingRectangle
Rectangle in source image to search template for.
Return Value
Type:
TemplateMatchReturns array of found template matches. The array is sorted by similarity
of found matches in descending order.
Implements
ITemplateMatchingProcessImage(Bitmap, Bitmap, Rectangle)Exceptions See Also