登录
首页 » matlab » sift

sift

于 2009-02-17 发布 文件大小:9895KB
0 301
下载积分: 1 下载次数: 128

代码说明:

  用sift算子对两幅图像进行特征点的自动搜索。(Sift operator with the image feature point english)

文件列表:

sift_demo
.........\appendimages.m
.........\auto_reg.asv
.........\auto_reg.m
.........\auto_reg_mosaic.asv
.........\auto_reg_mosaic.m
.........\auto_reg_v02.asv
.........\auto_reg_v02.m
.........\auto_reg_v03.asv
.........\auto_reg_v03.m
.........\defs.h
.........\diff_moravec.m
.........\fun.m
.........\gy_match.m
.........\gy_math.asv
.........\imagedata
.........\.........\hpP_band1.tif
.........\.........\hpP_band30.tif
.........\.........\hptank_band1.tif
.........\.........\hptank_band30.tif





.........\.........\indoorvis.bmp
.........\.........\IR&VIS_samsiz.mat
.........\.........\NASAfsm.BMP
.........\.........\NASAfsm.png
.........\.........\NASAvsm.BMP
.........\.........\NASAvsm.png
.........\.........\NASA_ref®_images_centpoint.mat
.........\.........\po_39748_nir.png
.........\.........\po_61667_pan.png
.........\.........\po_ref®_images_centpoint.mat
.........\.........\Psar.tif
.........\.........\Pvis.tif
.........\.........\sar_forcity.tif
.........\.........\sar_river.png
.........\.........\Tsar.tif
.........\.........\Tvis.tif
.........\.........\vis_forcity.tif
.........\.........\vis_river.png
.........\.........\xs321.png
.........\.........\xsncol.png
.........\.........\xs_ref®_images_centpoint.mat
.........\match.asv
.........\match.c
.........\match.m
.........\moravec.m
.........\mosasic.m
.........\mosasic_centrolpt.asv
.........\mosasic_centrolpt.m
.........\mosasic_centrolpt_2.asv
.........\mosasic_centrolpt_2.m
.........\mosasic_centrolpt_temp.asv
.........\MSE_NASA&po&xs
.........\..............\NASA.mat
.........\..............\NASA_mse.asv
.........\..............\NASA_mse.m
.........\..............\po.mat
.........\..............\po_mse.asv
.........\..............\po_mse.m
.........\..............\xs.m
.........\..............\xs.mat
.........\mutualinformation.m
.........\sar.tif
.........\sar_river.tif
.........\showbox.m
.........\showkeys.m
.........\sift
.........\sift.m
.........\siftWin32.exe
.........\tmp.key
.........\tmp.pgm
.........\util.c

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

发表评论

0 个回复

  • CellTracking
    说明:  细胞跟踪算法.文件中有细胞的运动模拟视频,说明文件.内容比较复杂,适合于研究生以上的研究人员揣摩.(Tracking Algorithm: Object Delineation Method Multiparticle.)
    2010-04-11 22:49:43下载
    积分:1
  • register
    点云的配准实验s-icp算法 实现两个点云数据的对准(A scale stretch method based on ICP for 3D data registration)
    2020-11-12 20:19:44下载
    积分:1
  • SP_Liu_TCSVT_code2014
    用于显著性检测的对比算法SP的MATLAB版本,比较新的是2013年的,亲测可用(MatLAB version of SP, a contrast algorithm for saliency detection, is relatively new in 2013, and pro-test is available.)
    2020-06-16 19:00:02下载
    积分:1
  • FAST-ICA
    1、对观测数据进行中心化,; 2、使它的均值为0,对数据进行白化—>Z; 3、选择需要估计的分量的个数m,设置迭代次数p<-1 4、选择一个初始权矢量(随机的W,使其维数为Z的行向量个数); 5、利用迭代W(i,p)=mean(z(i,:).*(tanh((temp) *z)))-(mean(1-(tanh((temp)) *z).^2)).*temp(i,1)来学习W (这个公式是用来逼近负熵的) 6、用对称正交法处理下W 7、归一化W(:,p)=W(:,p)/norm(W(:,p)) 8、若W不收敛,返回第5步 9、令p=p+1,若p小于等于m,返回第4步 剩下的应该都能看懂了 基本就是基于负熵最大的快速独立分量分析算法(1, on the center of the observation data, 2, making a mean of 0, the data to whitening-> Z 3, select the number of components to be estimated m, setting the number of iterations p < -1 4, select an initial weight vector (random W, so that the Z dimension of the row vectors of numbers) 5, the use of iteration W (i, p) = mean (z (i, :).* (tanh ((temp) ' * z)))- (mean (1- (tanh ((temp)) ' * z). ^ 2)).* temp (i, 1) to learn W (This formula is used to approximate the negative entropy) 6 with symmetric orthogonal treatments W 7, normalized W (:, p) = W (:, p)/norm (W (:, p)) 8, if W does not converge, return to step 5 9 , so that p = p+1, if p less than or equal m, return to step 4 should be able to read the rest of the basic is based on negative entropy of the largest fast independent component analysis algorithm)
    2013-06-27 15:39:00下载
    积分:1
  • mpiv_toolbox
    说明:  用于粒子图像测速技术的图像处理,分析得到流场信息(Image Processing for Particle Image Velocimetry and Flow Field Information Analysis)
    2020-12-18 15:59:11下载
    积分:1
  • matlab-code
    边缘检测法和阈值分割法,是图像分割技术应用中两项重要的方法。本文介绍了图像边缘检测和阈值分割的一般原理、典型算法以及研究现状。本文针对边缘检测算子和几种阈值分割技术进行了详细讨论。针对火柴根数统计和钢筋根数统计两个实验,在详细分析检测原理的基础上,编写了相应的实验并给出了实验结果。(Edge detection and thresholding method, image segmentation is an important technology in two ways. This article describes the general principles of image edge detection and thresholding, the typical algorithms and research status. In this paper, several edge detection operator and thresholding techniques are discussed in detail. Statistics for the number of matches and reinforced the number two experimental statistics, based on a detailed analysis of the detection principle, write the corresponding experimental and experimental results are given.)
    2020-12-23 19:29:05下载
    积分:1
  • mymedfilt2_fun1
    matlab 直方图统计可以进行统计进行直方图的绘制(Matlab statistical histogram can be conducted for the drawing histogram)
    2006-12-07 20:36:09下载
    积分:1
  • matlabimagetothefuzzy
    本例中主要使用四个区模糊函数对图像去模糊,分别是deconvwnr、deconvreg、deconvlucy、deconvblind。这四个函数分别适合不同的情况,对模糊图像的恢复效果也不同(In this case the main use of the four areas on the image to the fuzzy ambiguity function, respectively deconvwnr, deconvreg, deconvlucy, deconvblind. These four functions are appropriate for different situations, the recovery of the blurred image effect is different)
    2010-09-01 11:42:15下载
    积分:1
  • SaliencyToolbox2.3
    今年刚更新的最新的工具箱SaliencyToolbox2.3.zip,做图像处理视觉注意力机制相关研究必备的工具。(This year has just updated the latest toolbox SaliencyToolbox2.3.zip, do image processing of visual attention mechanisms related research is an essential tool.)
    2013-12-17 14:41:51下载
    积分:1
  • FreeDiffract
    说明:  基于matlab上的菲涅耳离轴全息记录与再现程序,能对图像进行相应处理得到其全息图。同时能将其再现还原。(Based on the Fresnel off-axis holographic recording and reconstruction program on MATLAB, the hologram of the image can be obtained by corresponding processing. At the same time, it can be reproduced and restored.)
    2020-04-09 15:43:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载