ITemplateMatching Interface |
Namespace: Accord.Imaging
Name | Description | |
---|---|---|
ProcessImage(Bitmap, Bitmap, Rectangle) |
Process image looking for matchings with specified template.
| |
ProcessImage(BitmapData, BitmapData, Rectangle) |
Process image looking for matchings with specified template.
| |
ProcessImage(UnmanagedImage, UnmanagedImage, Rectangle) |
Process image looking for matchings with specified template.
|
The interface specifies set of methods, which should be implemented by different template matching algorithms - algorithms, which search for the given template in specified image.