资源简介
2/3D图像匹配MATLAB代码,包括SSDA算法和DCC算法
代码片段和文件信息
function [I_SSDI_NCCIdata]=template_matching(TIIdataIn)
% 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.
%
% [I_SSDI_NCCIdata]=template_matching(TIIdata)
%
% inputs
% T : Image Template can be grayscale or color 2D or 3D.
% I : Color image can be grayscale or color 2D or 3D.
% (optional)
% Idata : Storage of temporary variables from the image I to allow
% faster search for multiple templates in the same image.
%
% outputs
% I_SSD: The sum of squared difference 2D/3D image. T
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10757 2011-02-22 16:07 lena.jpg
文件 5910 2011-02-22 16:48 template_matching.m
文件 1314 2014-02-12 13:26 license.txt
相关资源
- TerraVolVoxelTerrainEngine2.1c.7z
- VA_X_Setup2118.rar
- CHS_Ha_PasswarekitEnterprise10.0.exe
- 无线通信AndreaGoldsmith杨鸿文等译.rar
- 迅捷PDF转换器破解版.rar
- 迅捷PDF编辑器破解版.rar
- 金字塔原理1清晰扫描版.pdf
- TeamViewer_11已激活+破解版+随意换ID.z
- FieldtheoryofGuidedwavesCollin__2nd.pdf
- 先进电气驱动的分析建模与控制[比
- IPC-J-STD033潮湿、回流焊敏感表面贴装
- 网络是怎样连接的_户根勤.pdf
- tesseract最新最全资料.rar
- 大话数据结构.epub
- iBATIS实战.pdf
- zw_new_smile-7110337-ImageAnimationTest.zip
- zw_jhn199388-9911706-基于51单片机都_自动
- zw_fan7983377-9600053-RecyclerViewDemo.zip
- zw_CHINA__.zip
- 我的第一本算法书+算法图解.zip
- 数学物理方法_德顾樵编著_2012.01_545页
- zw_WKTConvert.zip
- tdxw.exe
- zw_LabVIEW_8.20程序设计从入门到精通.
- zw_20170105220330215.zip
- unlocker-master最新版.rar
- Nginx核心知识100讲全套课件.zip
- navicat.11.2.16.premium_cs_x64破解版.zip
- 凸优化_Boyd_王书宁译.rar
- 云盘.rar
评论
共有 条评论