登录
首页 » Visual C++ » SIFT_area_match

SIFT_area_match

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

  • fatigue-driving-system
    基于图像处理的人脸检测系统,通过openCV软件来实现的(Image processing based face detection system, implemented by software openCV)
    2011-11-23 20:31:56下载
    积分:1
  • GMS-Feature-Matcher-master
    说明:  利用GMS对特征点匹配进行约束,降低误匹配率,代码包含python版本,C++版本,matlab版本。(GMS is used to constrain the matching of feature points to reduce the error matching rate. The code includes Python version, C + + version and Matlab version.)
    2021-05-06 16:31:53下载
    积分:1
  • Wavelet
    Visual C++下的小波变换,小波分解与重构,加入噪声分析,显示分解和重构图形。(Wavelets for data encode and uncode, the figures would be shown.)
    2009-04-09 21:55:21下载
    积分:1
  • opticalflowMATLAB
    LK 和HS光流代码,初学者可用,带有误差分析(LK optical flow and the HS code is available for beginners, error analysis with)
    2015-11-28 10:35:21下载
    积分:1
  • Remote sensing
    采用MFC,实现遥感图像的基本增强,滤波,变换等功能。还可以保存数据。(Using MFC, to achieve the basic enhancement of remote sensing images, filtering, transformation and other functions. You can also save data)
    2020-12-21 14:29:08下载
    积分:1
  • lowpass
    实现巴特沃斯低通滤波器的小程序,大家看看能不能参考一下。(Butterworth low-pass filter program, see if you can refer to.)
    2012-05-05 11:45:23下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • Sharp
    数字图像处理,对彩色图像的拉普拉斯算子锐化以及梯度算子锐化的比较,VC/MFC实现。(Digital image processing, color image of the Laplacian and the gradient operator sharpening sharpening comparison, VC/MFC implementation.)
    2010-11-03 20:01:33下载
    积分:1
  • GraphCut
    对Vladimir Kolmogorov,Yuri Boykov大牛的算法杰作——Graph Cut进行使用演示,代码力求精简,可供Graph Cut初学者参考学习。已通过VS2005编译。(Of Vladimir Kolmogorov, Yuri Boykov big cow masterpiece algorithm- Graph Cut for the use of demonstration, the code to be simple, for beginners Reference Graph Cut Study. VS2005 compiler has passed.)
    2020-10-30 22:20:01下载
    积分:1
  • ObImPr
    实现图像中细胞的提取,并计算出细胞与核仁面积之比的可视化程序(Extraction of cells in the image, and calculate the cells with nucleolar area ratio of the visualization program)
    2012-05-20 10:06:32下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载