登录
首页 » Visual C++ » SIFT_area_match

SIFT_area_match

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

  • 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
  • MeFrm
    说明:  傅立叶变换在图像处理中的重要作用: (A) 图像增强与图像去噪 绝大部分噪音都是图像的高频分量,通过低通滤波器来滤除高频噪声;边缘也是图像的高频分量,可以通过添加高频分量来增强原始图像的边缘; (B) 图像分割与边缘检测 提取图像高频分量 (C) 图像特征提取 形状特征:傅里叶描述子 纹理特征:直接通过傅里叶系数来计算纹理特征 其他特征:将提取的特征值进行傅里叶变换来使特征具有平移、伸缩、旋转不变性 (D ) 图像压缩 可以直接通过傅里叶系数来压缩数据;常用的离散余弦变换是傅立叶变换的实变换; (Fourier transform in the important role of image processing: (A) image enhancement and image denoising Most of all images of high frequency noise by low pass filter to filter out high frequency noise edge is the image of the high frequency components can be enhanced by adding high frequency components to the edge of the original image (B) Image segmentation and edge detection High frequency components extracted image (C) image feature extraction Shape features: Fourier descriptors Texture: directly through the Fourier coefficients to calculate the texture features Other features: The characteristic value extracted by Fourier transform to the characteristics of translation, scaling, rotation invariance (D) image compression Fourier coefficients can be directly compressed data commonly used discrete cosine transform is the Fourier transform of the real transformation 朗读显示对应的拉丁字符的拼音)
    2011-03-28 19:06:27下载
    积分:1
  • Kinect_DepthCanny
    用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理(Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment)
    2014-02-21 21:19:53下载
    积分:1
  • weinafilter
    本程序可实现维纳滤波,可应用于反褶积等反问题的求解过程中,是非常简单实用的(This program can be realized Wiener filter can be applied to deconvolution inverse problems and the process is very simple and practical)
    2016-07-25 20:18:58下载
    积分:1
  • kd-tree.cpp
    三维点云配准kd-tree搜索算法,用于特征点的搜索匹配(3 d point cloud registration kd- tree search algorithm, is used to search of feature point matching)
    2016-12-09 14:01:01下载
    积分:1
  • ARM_Bmp2C
    BMP转位图 6410 logo bmp-C(BMP bitmap transfer)
    2010-10-13 10:44:27下载
    积分:1
  • Tclaaheeh
    自适应直方图均衡算法,因为是从从局部入手,所以图像增强效果显著。 (Adaptive histogram equalization algorithm, because from the start from the local image enhancement effect is remarkable.)
    2012-07-23 13:22:08下载
    积分:1
  • CVPR2011Paper
    CVPR2011文章Efficient_Rotation_Invariant_Object_Detection_using_Boosted_Random_Ferns(paper of CVPR2011 Efficient_Rotation_Invariant_Object_Detection_using_Boosted_Random_Ferns)
    2012-02-21 09:55:26下载
    积分:1
  • TextAnalysis
    图像的纹理分析应用实例,主要可用于模式识别当中(image texture analysis application, which can be used for pattern recognition)
    2007-04-21 17:13:24下载
    积分:1
  • Seg_soble
    sobel segmentation, this algorithme has a great effect for segmenting
    2015-01-25 18:02:39下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载