登录
首页 » matlab » image-registration-based-on-SIFT

image-registration-based-on-SIFT

于 2015-05-09 发布 文件大小:6KB
0 183
下载积分: 1 下载次数: 10

代码说明:

  基于SIFT的图像配准,使用的是matlab自带函数(SIFT-based image registration, using its own function matlab)

文件列表:

CEC_530_Final_Project_Anuj_Sharma_2381685
.........................................\.DS_Store,6148,2015-04-29
.........................................\CEC_530_Final_Project_Anuj_Sharma_2381685.m,4119,2015-04-27
.........................................\CEC_530_Final_Project_Anuj_Sharma_2381685.txt,4667,2015-04-20
__MACOSX
........\._CEC_530_Final_Project_Anuj_Sharma_2381685,222,2015-04-29
........\CEC_530_Final_Project_Anuj_Sharma_2381685
........\.........................................\._.DS_Store,120,2015-04-29
........\.........................................\._CEC_530_Final_Project_Anuj_Sharma_2381685.m,222,2015-04-27
........\.........................................\._CEC_530_Final_Project_Anuj_Sharma_2381685.txt,222,2015-04-20

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

发表评论

0 个回复

  • 100
    这个是用来安装matlab的文档希望对大家有所帮助!(we have a dream ,this i nobody~!)
    2010-07-18 21:27:50下载
    积分:1
  • gravity-invertion
    实现重力反演,提供实例,建立模型正演,然后进行反演(Realize the gravity inversion, provide examples, modeling forward and inversion)
    2021-04-08 15:59:00下载
    积分:1
  • bar
    this is a ebook on matlab
    2013-02-06 00:26:43下载
    积分:1
  • CHANNEL
    高斯信道、莱斯信道和瑞利信道的误码率分析(Gaussian channel, Rice channel and Rayleigh channel the analysis of BER )
    2021-03-14 16:39:23下载
    积分:1
  • chap3_01_Runge_Kutta_Euler
    说明:  这是一个模型参考自适应关于龙格库塔的m文件(This is a model reference adaptive m-files on the Runge-Kutta)
    2011-03-21 14:07:39下载
    积分:1
  • cubica34a
    独立分量分析中的cubica34a代码 matlab格式 希望有用 (independent component analysis of Matlab code cubica34a hope useful format)
    2007-05-19 16:47:25下载
    积分:1
  • MATLABtutorial
    简单实用的matlab教程 对初学者很实用(Simple and practical matlab tutorial is very useful for beginners)
    2013-10-05 08:24:45下载
    积分:1
  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • l-p-opf
    matlab ieee modified 30 bus data and pso economic disaptch
    2011-08-27 15:12:27下载
    积分:1
  • 3matlab_3objs
    从网上学习的一种对三个运动目标跟踪的多目标跟踪算法,采用卡尔曼滤波方法进行预测。效果还不错。(From an e-learning to track moving targets on the three multi-target tracking algorithm using Kalman filtering method to predict. Results were pretty good.)
    2011-09-29 19:24:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载