-
-
MatlabSIFT.rar
由于SIFT变换及匹配在计算上有一定的复杂性,因此给出一种基于COM的C#与Matlab混
合实现。利用Matlab的快速易用性和cOM的灵活性,实现方便地将算法集成于已有的图像处理系统中。
-
SIFT_pj.zip
用sift检测特征点来进行图像的无缝拼接。实验证明在视角和灰度变换不大的情况下,此算法拼接效果良好。
-
SC_demo.rar
整理图像特征点提取和分类的程序(可以作为场景分类的前期工作),自己调试过能运行,特征点提取用的SIFT算法,使用K-means聚类算法,将得到的20个聚类中心写入txt文本中
-
TammySIFT.rar
有些資料夾要自己件歐像存照片的資料夾
下指令的時候
match( source\big_NEW\0_0109camera(202)\2010065.jpg , source\big_NEW\0_0109camera(202)\2010067.jpg , 3 , 5 ,0 , 5 , 0.6)
前兩個就改自己存圖的路徑,
找sift特徵奌的程式已經包成.exe檔,
所以沒法看到內容,但比對match檔可看到程式碼
-
SIFTflow.zip
SIFT keypoints of objects are first extracted from a set of reference images[4] and stored in a database. An object is recognized in a new image by individually comparing each feature from the new image to this database and finding candidate matching ...
-
-
Algorithm-for-Sequence-Image-Automatic-Mosaic-bas
... on the basis of the scale invariance feature
transform (i.e. SIFT) algorithm to stitch images captured by
the turning video cameras together to form panoramic
images. Based on the SIFT features and the retrofitted KD-
Tree structure, the BBF ...
-
Implementing-the-Scale-Invariant-Feature-Transfor
The SIFT algorithm[1] takes an image and transforms it into a collection of local feature vectors.
Each ... in
images. This report describes our own implementation of the SIFT algorithm and highlights
potential direction for future research.
-
-
sift2.rar
sift算法,VC++ 6.0 开发,用于图像特征点提取,利用Opencv库进行开发
-