登录
首页 » matlab » sift

sift

于 2016-04-04 发布 文件大小:2026KB
0 283
下载积分: 1 下载次数: 39

代码说明:

  一种基于关键点的复制粘贴检测算法,可以完成两幅图像的关键点匹配,也可以检测到一副图像是否经过复制粘贴后放大缩小、旋转等篡改操作(Key matching a replicon paste detection algorithm based on key points, you can complete two images, it can also detect whether an image after copying and pasting zoom, rotate, etc. tampering operation)

文件列表:

程序
....\20151203copy-move.docx,64535,2015-12-03
....\appendimages.m,461,2005-07-08
....\biankuang2.m,864,2015-12-07
....\display_keypoints.m,2014,2012-02-05
....\f1.m,1111,2013-06-06
....\f2.m,1640,2013-06-11
....\f3.m,618,2013-07-08
....\findHomography.m,1201,2013-06-12
....\fs.m,952,2013-06-06
....\gaussian_filter.m,277,2012-02-05
....\html
....\....\matchAB.html,7308,2015-12-07


....\match.m,2210,2015-12-02
....\ransac1.m,1053,2013-06-08
....\resizeImageFig.m,393,2012-02-05
....\sift - xiugai.m,21466,2016-02-29
....\sift.m,21268,2016-02-25
....\t2.m,1492,2015-12-01
....\test_1,39158,2015-12-04
....\ͼƬ





....\....\鸟1旋转90%2B缩放2.3.jpg,181593,2015-07-02
....\....\鸟1旋转逆时针.jpg,186388,2015-07-02
....\....\鸟1顺时针90度.jpg,184557,2015-07-02
....\....\鸟3.jpg,310704,2015-07-02
....\....\鸟3顺时针30度.jpg,113548,2015-07-02

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

发表评论

0 个回复

  • meanshift_seg
    mean shift进行图像分割的matlab代码 非常好用 可直接对灰度或者彩色图像进行分割(matlab code for image segmentation by mean shift)
    2012-03-04 12:12:08下载
    积分:1
  • BFSPDFS
    广度优先搜索和深度优先搜索在网络拓扑图上的实现。广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点;深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。 (Breadth-first search and depth-first search in the network topology is realized. Breadth-first search is started from a node, searching all the nodes connected to its line, in accordance with the breadth direction as extracapsular extension, until no repeat traverse all nodes depth-first search is started from a node along its search to the first nodes deepening it, when it can not go any further, backtracking node, and then back again in the beginning of a node depth search in the other direction until the non-repetition of the traverse all nodes.)
    2013-08-10 10:37:12下载
    积分:1
  • 全变分自适应去噪模型
    全变分自适应去噪模型张红英matlab平台,(Full variable adaptive denoising model Zhang Hongying matlab)
    2017-12-18 12:55:24下载
    积分:1
  • 重力正演模型
    说明:  学习和掌握简单条件下规则形体重力异常的正演计算方法和形态特征,加深对课堂理论内容的理解。 根据指定形状地质体,选择不同产状和密度参数,计算出重力异常及其导数的正确结果。绘制相应的剖面异常图,观察曲线形态。(Learn and master the forward calculation method and morphological characteristics of gravity anomaly of regular body under simple conditions, and deepen the understanding of classroom theoretical content. According to the specified shape geological body, different occurrence and density parameters are selected to calculate the correct results of gravity anomaly and its derivative. Draw the corresponding profile anomaly map and observe the curve shape.)
    2020-11-25 21:11:56下载
    积分:1
  • 融合可以用的PCNN工具箱 70754311PCNN_toolbox
    图像融合可以用的PCNN工具箱,可以使用在图像融合里(PCNN Toolbox for Image Fusion)
    2020-06-24 03:20:01下载
    积分:1
  • 傅里叶谱与频域低通滤波
    说明:  傅里叶谱与频域低通滤波 (a)从图书网站下载图4.41(a)并计算其(居中)傅里叶谱。(b)显示频谱。(c)在等式(4.8-7)中实现高斯低通滤波器。您必须能够指定结果2D函数的大小,M x N。此外,您必须能够指定高斯函数的中心位置。(d)从图书网站下载图4.41(a),并对其进行低通滤波,以复制图4.48中的结果。(Fourier Spectrum and Lowpass Filtering in Frequency Domain (a) Download Fig. 4.41(a) from the book web site and compute its (centered) Fourier spectrum. (b) Display the spectrum. (c) Implement the Gaussian lowpass filter in Eq. (4.8-7). You must be able to specify the size, M x N, of the resulting 2D function. In addition, you must be able to specify the location of the center of the Gaussian function. (d) Download Fig. 4.41(a) from the book web site and lowpass filter it to duplicate the results in Fig. 4.48.)
    2018-12-24 21:49:57下载
    积分:1
  • Phase_unrapping_using_Graph_cuts
    用Graph cuts 来解决磁共振图像的 phase unwrapping。(Graph cuts used to solve the magnetic resonance images of the phase unwrapping.)
    2008-03-12 15:21:43下载
    积分:1
  • HOG
    计算局部形状描述符梯度方向直方图(HOG),直接输入图像即可用。(Calculate the local shape descriptors gradient orientation histogram (HOG), the input image can be used directly.)
    2013-11-02 16:33:29下载
    积分:1
  • histogram_balance.zip
    说明:  直方图均衡化,matlab做的,大家可以下载分析,便于图象处理编程学习(histogram equalization, Matlab done, we can download analysis, image processing program to facilitate learning)
    2006-03-03 14:49:09下载
    积分:1
  • tutorial-compression-perception
    tutorial压缩感知代码。压缩感知,又称压缩采样,压缩传感。它作为一个新的采样理论,它通过开发信号的稀疏特性,在远小于Nyquist 采样率的条件下,用随机采样获取信号的离散样本,然后通过非线性重建算法完美的重建信号(The tutorial compression-aware code. Compressed sensing, also known as compressed sampling, compressed sensing. It as a new sampling theory, through the development of signal sparsity, in conditions far less than the Nyquist sampling rate, using random sampling for discrete samples of the signal, and then through the non-linear reconstruction algorithm perfect reconstructed signal)
    2012-07-16 20:48:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载