Process image looking for matchings with specified template.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
TemplateMatch[] ProcessImage( BitmapData imageData, BitmapData templateData, Rectangle searchZone ) |
Parameters
- imageData
- Type: System.Drawing.Imaging..::.BitmapData
Source image data to process.
- templateData
- Type: System.Drawing.Imaging..::.BitmapData
Template image to search for.
- searchZone
- Type: System.Drawing..::.Rectangle
Rectangle in source image to search template for.