资源说明:TEMPLATE_MATCHING is a cpu efficient function which calculates matching
score images between template and an (color) 2D or 3D image. It calculates: The sum of squared difference (SSD Block Matching), robust template
matching.
The normalized cross correlation (NCC), independent of illumination, only dependent on texture
The user can combine the two images, to get template matching which
works robust with his application.
Both measures are implemented using FFT based correlation.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。