登录
首页 » matlab » SIFT-copy-move-detection

SIFT-copy-move-detection

于 2020-09-15 发布 文件大小:11713KB
0 292
下载积分: 1 下载次数: 102

代码说明:

  matlab 提取SIFT特征,并完成特征点的匹配以实现复制粘贴篡改检测(Extract SIFT features of the image and match the keypoint to detect the cony-move fogery )

文件列表:

SIFT 图像复制粘贴篡改检测
.........................\sift





.........................\....\baorsmd.png,121787,2013-06-09
.........................\....\baos80.png,124051,2013-06-08
.........................\....\baos90.png,124791,2013-06-08
.........................\....\demo-data





.........................\....\.........\object0040.view02.png,13579,2003-02-17
.........................\....\.........\object0040.view03.png,574557,2003-04-25
.........................\....\.........\object0041.view03.png,574557,2003-04-25
.........................\....\.........\object0059.view03.png,574557,2003-04-25
.........................\....\.........\wua.png,376431,2013-05-18
.........................\....\display_keypoints.m,2014,2012-02-05
.........................\....\DSCN41tamp1.jpg,63310,2010-02-19
.........................\....\dwt_sift.asv,1248,2015-03-05
.........................\....\dwt_sift.m,1266,2015-03-19
.........................\....\f1.asv,1480,2013-05-25
.........................\....\f1.m,1111,2013-06-06
.........................\....\f2.m,1640,2013-06-11
.........................\....\f3.asv,340,2013-05-25
.........................\....\f3.m,618,2013-07-08
.........................\....\findHomography.asv,1201,2013-06-07
.........................\....\findHomography.m,1201,2013-06-12
.........................\....\fs.m,952,2013-06-06
.........................\....\gaussian_filter.m,277,2012-02-05
.........................\....\ransac1.m,1053,2013-06-08
.........................\....\resizeImageFig.m,393,2012-02-05
.........................\....\sift.asv,20832,2015-03-19
.........................\....\sift.m,20832,2015-03-19
.........................\....\t1_no.asv,883,2013-06-06
.........................\....\t1_no.m,878,2015-03-04
.........................\....\t2.asv,1309,2015-03-19
.........................\....\t2.m,1318,2015-04-07
.........................\....\tree_copy_r20.png,1226911,2012-04-14
.........................\....\wua.png,376431,2013-05-18
.........................\....\wua30.png,380517,2013-05-19
.........................\....\wuad10.png,380229,2013-06-07
.........................\....\wuad30.png,379863,2013-06-07
.........................\....\wuad50.png,379137,2013-06-07
.........................\....\wuam1.png,378778,2013-05-19
.........................\....\wuar10.png,380453,2013-06-06
.........................\....\wuar180.png,380343,2013-05-22
.........................\....\wuar20.png,380511,2013-06-06
.........................\....\wuar55.png,380304,2013-05-22
.........................\....\wuar90.png,380445,2013-05-27
.........................\....\wuars.png,380553,2013-05-27
.........................\....\wuas110.png,380491,2013-05-27
.........................\....\wuas120.png,380640,2013-05-27
.........................\....\wuas80.png,380467,2013-05-27
.........................\....\wuas90.png,380390,2013-05-28
.........................\....\wuasnr24.png,384712,2013-05-19

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

发表评论

0 个回复

  • C++Primer3rdEdition
    c++priemer第三版,中文完美翻译,超好,希望对大家有用(c++ priemer third edition, Chinese perfect translation, super good, I hope useful for everyone)
    2007-08-30 08:31:48下载
    积分:1
  • meierdaopufadematlabshixian
    对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率谱信号通过mel滤波器组,得到相应的25个功率值;9.对这些功率值取自然对数;10.对这些值取离散作弦变换;11.将得到的值去掉直流分量,取其它值作为MFCC参数。 (Concentrated on recording a voice signal, using BATLAB designed Mayer cases spectral algorithm, and implementation. Get a voice signal signal focus: "xxxxxx", will it as input for the design of a voice signal to Mel Cepstrum algorithm in the algorithm, the main design of the following links: 1. Read a speech signal 2. On the signal normalized 3. Of the normalized windowed signal processing (here, rectangular window length must be 257, re-frame size 64) 4. For Pre-emphasis processing through a high-pass filter: 5 for 512 points of FFT 6. modulo square were obtained spectrum 7. in the design of mel filter banks, I use a 25 band-pass filter 8 . will be the power spectrum signal by mel filter bank, corresponding to the 25 power values 9. on the power to take the natural logarithm value 10. to take these values as strings of discrete transform 11. will be of value to out DC component, to take other values as MFCC parameters.)
    2010-09-21 22:01:57下载
    积分:1
  • snake
    snake matlab中的应用 很好用(snake in matlab)
    2009-05-05 10:20:31下载
    积分:1
  • chap4
    系统辨识与自适应控制MATLAB 仿真CH4 ,,好东西大家一起分享(System identification and adaptive control of MATLAB simulation of CH4,, good things to share with everyone)
    2009-12-16 10:51:11下载
    积分:1
  • viterbi_matlab
    viterbi译码的快速实现算法,非常适合初学者迅速上手(Fast viterbi decoding algorithm is very suitable for beginners to get started quickly)
    2021-02-19 09:59:44下载
    积分:1
  • IRIS
    IRIS数据 供大家分析参考 此数据可以用于聚类分析(U.S. analysis of IRIS data for the reference of this data can be used to cluster analysis)
    2008-05-09 18:13:28下载
    积分:1
  • NearestNeighbor
    模式识别问题最近邻算法的matlab实现,简单易懂(nearest neighbor pattern recognition algorithm to achieve the Matlab and easily understood)
    2007-06-01 17:05:28下载
    积分:1
  • kongtiao2
    matlab做得毕业设计仿真,用simulink仿真房间内空调自动调节温度,文档中有很全的源代码(Matlab done graduate design simulation, simulink room with the air-conditioning automatically adjust the temperature, the document has a very complete source code)
    2007-06-08 01:29:48下载
    积分:1
  • THINNING
    thinning is used to eliminate unwanted noise
    2013-04-29 17:18:28下载
    积分:1
  • LQRyuPID
    从倒立摆的数学模型入手,对比了lqr控制器和pid控制器的设计和仿真(From the mathematical model of the inverted pendulum to start, compared to the design and simulation controllers and pid controller lqr)
    2013-11-25 13:16:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载