The function slids through image, compares overlapped patches of size wxh with templ using the specified method and return the comparison results
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- template
- Image<(Of <(<'TColor, TDepth>)>)>
Searched template; must be not greater than the source image and the same data type as the image
- method
- TM_TYPE
Specifies the way the template must be compared with image regions