登录
首页 » Visual C++ » SIFT_area_match

SIFT_area_match

于 2021-04-22 发布 文件大小:6294KB
0 322
下载积分: 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 个回复

  • 深度的快速实现增强的算法 GUIDED
    深度图像的快速实现增强的算法,效果非常好,但是速度很快(Quick to realize the depth of image enhancement algorithms, the effect is very good, but fast)
    2015-04-17 11:22:58下载
    积分:1
  • K_MeansSeg
    KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。(KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install OpenCV.)
    2010-08-08 13:13:32下载
    积分:1
  • MatchLSM
    1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))
    2013-08-28 15:45:57下载
    积分:1
  • ex26aDoc
    基于路径跟踪法的insar相位解缠的整个程序(tracking method based on the path of insar Phase Unwrapping the entire process)
    2020-06-28 19:00:01下载
    积分:1
  • IPLib
    基于VC++的RGB-IHS 变换实现过程和主成分分析 PCA 实现过程 .(The implementation process based on VC++ RGB-the IHS transform and principal component analysis PCA implementation process.)
    2021-01-07 22:58:53下载
    积分:1
  • Wavelet-transform-image
    图像分割处理的小波变换算法源代码,使用vc++(Wavelet transform image segmentation algorithm source code vc++)
    2012-03-25 13:55:21下载
    积分:1
  • Photo
    说明:  图形处理功能,有滤波功能,边缘提取等各个方面,值得一看(Graphics processing capabilities, has filtering, edge detection and other aspects, see)
    2008-08-30 17:26:54下载
    积分:1
  • vb6
    图像处理缩放,大小随意改变,平滑处理,基于vb6.0设计(Zoom image processing, size change, smooth deal, based on the design VB6.0)
    2009-03-25 15:11:17下载
    积分:1
  • calibration
    摄像头的标定,作为一般图像处理的第一步,显得尤为重要(Calibration of the camera, as a first step in the general image processing, it is particularly important)
    2013-03-17 20:25:05下载
    积分:1
  • ex26aview1
    基于最小二乘法的相位解缠VC++算法 (least squares method based on the VC Phase Unwrapping Algorithms)
    2020-06-28 19:00:01下载
    积分:1
  • 696516资源总数
  • 106927会员总数
  • 1今日下载