Fast/Robust Template Matching

版本 1.2.0.0 (13.4 KB) 作者: Dirk-Jan Kroon
Template Matching with SSD Block Matching and Normalized CC, (color) 2D and 3D
19.3K 次下载
更新时间 2011/2/22

查看许可证

TEMPLATE_MATCHING is a CPU efficient function which calculates matching score images between template and (color) 2D image or 3D image volume.

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 matching methods are implemented using FFT based correlation.

Try the examples.

Please report: bugs, successes and other comment.

引用格式

Dirk-Jan Kroon (2024). Fast/Robust Template Matching (https://www.mathworks.com/matlabcentral/fileexchange/24925-fast-robust-template-matching), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Faster Multiple Template search

1.1.0.0

Fixed Range to 0..1

1.0.0.0