登录
首页 » matlab » Image-registration

Image-registration

于 2016-04-07 发布 文件大小:52KB
0 156
下载积分: 1 下载次数: 7

代码说明:

  图像配准技术,适合初学者,内部有解释说明,欢迎指正( Image registration techniques, suitable for beginners, internal explanation, please correct me)

文件列表:

2.3图像配准技术
...............\2.3程序运行说明.docx,12197,2012-09-26
...............\correlatiomatrix.m,1376,2012-02-08
...............\draw2.m,853,2012-02-08
...............\ex2.m,1026,2012-02-08
...............\getRegionValue.m,1439,2012-02-08
...............\kp_harris.m,1140,2012-02-08
...............\match.m,602,2012-02-08
...............\matchbycorrelation.m,1275,2012-02-08


...............\template_matching.m,2744,2012-02-08
...............\test.m,754,2012-02-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • extract_features_new
    haar特征提取,共五类,本人编写,matlab实现(haar feature extraction, a total of five, I write, matlab implementation)
    2011-05-13 11:38:05下载
    积分:1
  • Aperture_Effeciency_GUI
    This MATLAB Code plot the aperture efficiency Vs the subtended angle. The user determine the value of n and the code plot and tell what is the angle value that achieves max efficeiency and the value of this efficiency.
    2011-05-26 16:22:47下载
    积分:1
  • optimum_w_based_wavelet
    本文用于心电图仿真程序测试,对于医学研究有很大指导意义(This article used for ECG simulation program to test, for medical research)
    2012-07-19 16:32:27下载
    积分:1
  • bound2im
    在MATLAB环境下对图像二值化处理后对图像进行edge的边缘提取,用于数值图像处理的相关领域中。(In the MATLAB environment on the image binarization edge of the image edge extraction, related fields for numerical image processing.)
    2014-10-20 20:18:21下载
    积分:1
  • matlab-syntax
    主要讲解了matlab的基本语法,ppt版本。(Mainly on the basic syntax matlab, ppt version.)
    2011-05-27 15:54:53下载
    积分:1
  • jpeg
    implementation of jpeg compression
    2011-10-13 02:28:28下载
    积分:1
  • SVMexamples
    数据挖掘的新方法-支持向量机书中算法例子,对学习有帮助。(new data mining methods-book support vector machine algorithm example, to learn helpful.)
    2006-12-25 08:15:25下载
    积分:1
  • MShift-(1)
    Multi-shift CGLS solves the systems of linear equations (A *A+TAU(I)*EYE(N))*X(:,I)=A *B (I=1:L) for X with the multishift CGLS algorithm. The right hand side (column) vector B must have length M, where the coefficient matrix A is M-by-N. TAU is a vector of reals (the shifts) of length L. For a short demo run main.m
    2015-03-11 01:45:19下载
    积分:1
  • ssbm
    算术编码,matlab实现编码与译码,而且不考虑其精度(Arithmetic coding, matlab coding and decoding achieve, and do not take into account their accuracy)
    2010-06-10 15:30:56下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载