登录
首页 » Visual C++ » SIFT_area_match

SIFT_area_match

于 2021-04-22 发布 文件大小:6294KB
0 324
下载积分: 1 下载次数: 2

代码说明:

说明:  SIFT算法的区域匹配,比原有的SIFT+KD树匹配更加高效、准确。(different area SIFT algorithm which is better than the original SIFT and KD tree match.)

文件列表:

SIFT 分区域_区域匹配
....................\debug
....................\.....\SIFT.exe,98304,2011-01-04
....................\.....\SIFT.ilk,531076,2011-01-04
....................\.....\SIFT.pdb,519168,2011-01-04
....................\.....\SIFTMatch.exe,139264,2011-04-07
....................\.....\SIFTMatch.ilk,756540,2011-04-07
....................\.....\SIFTMatch.pdb,1149952,2011-04-07
....................\SIFT
....................\....\Curimgmatch.cpp,5755,2011-01-07
....................\....\Curimgmatch.h,301,2011-01-06
....................\....\cv200d.dll,3334144,2010-08-21
....................\....\cvaux200d.dll,2174976,2010-08-21
....................\....\cxcore200d.dll,3612672,2010-08-21
....................\....\Debug
....................\....\.....\BuildLog.htm,8150,2011-04-07
....................\....\.....\Curimgmatch.obj,87319,2011-03-12
....................\....\.....\imgfeatures.obj,73491,2011-03-12
....................\....\.....\kdtree.obj,57556,2011-03-19
....................\....\.....\Keyimgmatch.obj,68062,2011-03-12
....................\....\.....\match.obj,74414,2011-04-07
....................\....\.....\minpq.obj,43504,2011-03-12
....................\....\.....\mt.dep,69,2011-04-07
....................\....\.....\SIFT.exe.embed.manifest,403,2011-01-04
....................\....\.....\SIFT.exe.embed.manifest.res,468,2011-01-04
....................\....\.....\SIFT.exe.intermediate.manifest,385,2011-01-04
....................\....\.....\sift.obj,124612,2011-03-30
....................\....\.....\SIFTMatch.exe.embed.manifest,403,2011-01-10
....................\....\.....\SIFTMatch.exe.embed.manifest.res,468,2011-01-10
....................\....\.....\SIFTMatch.exe.intermediate.manifest,385,2011-04-07
....................\....\.....\utils.obj,69780,2011-03-15
....................\....\.....\vc80.idb,1485824,2011-04-07
....................\....\.....\vc80.pdb,454656,2011-04-07
....................\....\.....\xform.obj,67597,2011-03-12
....................\....\dspfeat.c,1033,2010-05-21
....................\....\highgui200d.dll,1634304,2010-08-21
....................\....\imgfeatures.cpp,14989,2011-03-02
....................\....\imgfeatures.h,3906,2011-03-24
....................\....\kdtree.cpp,18115,2011-03-19
....................\....\kdtree.h,3751,2011-03-06
....................\....\Keyimgmatch.cpp,6203,2011-03-03
....................\....\Keyimgmatch.h,211,2011-01-06
....................\....\match.cpp,12465,2011-04-07
....................\....\minpq.cpp,5750,2011-03-08
....................\....\minpq.h,2096,2010-05-21
....................\....\sift 实验结果.xls,42496,2011-03-25
....................\....\sift.cpp,46140,2011-03-30
....................\....\sift.h,6918,2011-03-27
....................\....\SIFT.vcproj,5251,2011-03-12
....................\....\SIFT.vcproj.MICROSOF-D985FE.Administrator.user,1427,2011-04-07
....................\....\SIFT.vcproj.YXH.Administrator.user,1403,2011-01-24
....................\....\siftfeat.c,2105,2011-03-02

....................\....\utils.cpp,7568,2011-03-15
....................\....\utils.h,5776,2011-02-26
....................\....\xform.cpp,18361,2011-01-05
....................\....\xform.h,6596,2010-05-21
....................\SIFT.ncb,13044736,2011-04-07
....................\SIFT.sln,877,2011-01-04

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

发表评论

0 个回复

  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • MyNewReProject
    点云读取,旋转,平移,缩放,统统是包含全视图的各种视图的显示(Point in put)
    2010-12-10 13:48:03下载
    积分:1
  • qicanshu
    说明:  用于三维空间坐标系变换的7参数模型,在设计坐标系变换的各行业应用中用的最多,从数学角度来说也是最严密的转换方法。 由于结果中最多可求得七个转换参数,即三个平移参数、三个旋转参数(Ex、Ey、Ez)和一个尺度缩放因子(m),因此,通常也被称为七参数法。 (Three-dimensional coordinate system transformation for the 7 parameter model, coordinate system transformation in the design of applications using the most, the industry, from the mathematical point of view, the conversion is the most rigorous methods. Since the results can be obtained up to seven transformation parameters, ie three translation parameters, three rotation parameters (Ex, Ey, Ez) and a zoom scale factor (m), therefore, often referred to as seven-parameter method.)
    2011-04-05 09:09:15下载
    积分:1
  • Multi-looks-T3
    对全极化数据进行多视处理,针对T矩阵,C语言编写。(Multi-look of PolSAR)
    2011-07-16 09:18:56下载
    积分:1
  • yunlai
    在vs平台下利用opencv程序,可以处理图像的膨胀、腐蚀以及开闭运算。(Availability v Understanding use of open platform opencv degree, permissible processing, swelling, corrosion and opening and closing operation)
    2017-03-04 03:03:26下载
    积分:1
  • PCA
    这是基于VC++编写的对遥感影像分析的程序,主要是对遥感影像进行PCA变换,使得对影响分析不仅可以依托于现成软件,我们自己也可以开发(This is written in VC++ based on remote sensing image analysis program, mainly for remote sensing images PCA transform, makes impact analysis can not only rely on ready-made software, we can also develop their own)
    2011-07-05 22:36:32下载
    积分:1
  • SAR_geo_correction
    距离模型、多普勒模拟、地球模型、的雷达图像几何校正 (Radar image geometric correction)
    2011-08-03 07:56:26下载
    积分:1
  • Pedestrian-Detection
    改程序是用来行人检测的,有源代码,可以轻松学习并参考。(The reform program is used for pedestrian detection, source code, you can easily learn and reference.)
    2012-05-28 14:12:29下载
    积分:1
  • ImageRegistration
    基于边缘特征的图像配准算法源码 基于边缘特征的图像配准算法是将不同时间、不同的传感器(成像设备)或不同条件下(天候、照度、摄像位置和角度等)获取的同一场景的两幅或多幅图像根据其边缘特征进行匹配、叠加的处理,最终生成一幅全景图像的方法。该方法具有抗噪性强,匹配速度快,误匹配率低,适用于多种类型的图像等优点,主要可以运用于以下领域: (1)军事研究领域,如飞行器辅助导航系绞、武器投射系统的末制导以及寻地等应用研究; (2)医学图像分析,如数字剪影血管造影DSA血管造影术、肿瘤检测、白内障检测、CT、MRI、 PET、 SPECT图像结构信息融合; (3)模式识别,如特征识别、波形分析、签名证实、目标物运动跟踪、序列图像分析等; (4)计算机视觉,可用于目标定位、自动质量控制等; (5)遥感数据分析,多电磁波段图像信息融合,如多谱段的等场景分类、定位和识别定义好的或已知特征的场景、自然资源监控、核生长监控、市区增长检测等。 本算法实现使用VC++6.0为开发环境,目前只支持灰度图像,感兴趣的朋友可以进一步扩展。(Image registration is a fundamental problem in image processing, which is a process to match two or more images of the same scene taken at different times, from different viewpoints, or by different sensors. Image registration is an important technique for a great variety of applications such as medical image analysis, computer vision, remote image data analysis, image information fusion, and the recovery of the 3–D characteristics of a scene.)
    2009-03-19 13:17:58下载
    积分:1
  • ImageBoard
    一个功能比较全面的图像处理系统,对初学者很有参考价值。(One features a more comprehensive image processing system, useful for beginners reference value.)
    2013-07-10 11:05:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载