|
ITemplateMatchingProcessImage Method (UnmanagedImage, UnmanagedImage, Rectangle)
|
Process image looking for matchings with specified template.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax TemplateMatch[] ProcessImage(
UnmanagedImage image,
UnmanagedImage template,
Rectangle searchZone
)
Function ProcessImage (
image As UnmanagedImage,
template As UnmanagedImage,
searchZone As Rectangle
) As TemplateMatch()
Request Example
View SourceParameters
- image
- Type: Accord.ImagingUnmanagedImage
Unmanaged source image to process. - template
- Type: Accord.ImagingUnmanagedImage
Unmanaged template image to search for. - searchZone
- Type: System.DrawingRectangle
Rectangle in source image to search template for.
Return Value
Type:
TemplateMatchReturns array of found matchings.
See Also