Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • sift_match.rar 从视频读取帧,提取Sift特征点,进行特征点的匹配,合成视频
  • sift-1.1.1_20090108_win.rar 利用OpenCV实现的图像Shift匹配,对初学者有很大帮助。
  • siftDemoV4.rar Scale Invariant Feature transform ( SIFT)-- this code implements the SIFT algorithm which extracts features invariant to Scale, Rotation and translation from any image.
  • sift1.rar SIFT ALGORITHM IS BEST OPTION
  • sift_algorithm.zip This Matlab function implements the SIFT algorithm for pitch extraction function [p] = sift (x, samp_rate) where p is a vector which holds the pitch frequency values in Hz at every 10 msec.
  • sift-match.rar 图像拼接技术,图像配准技术,初步实现有重合区域的两幅图像的配准
  • gkp.zip c#实现SIFT算法,与网络上主流的一样,为了激活程序员的帐号,功能要自己摸索
  • siftdetectandmatch.zip 运用sift算法提取两幅图像中的特征点,然后再进行特征点匹配,实现图像配准
  • ImageStitch.rar 基于SIFT算法的图像拼接 主要是运用SIFT算法求得特征点,然后用kd_tree进行特征点匹配,根据匹配点求得2x2的变换矩阵,然后利用变换矩阵变换图像(需要插值)。
  • RANSAC_SIFT.zip sift特征点的提取匹配后使用Ransac进行基本矩阵的估计