登录
首页 » Visual C++ » SIFT_RANSAC_MATCH

SIFT_RANSAC_MATCH

于 2021-04-09 发布 文件大小:22492KB
0 255
下载积分: 1 下载次数: 96

代码说明:

  利用GPU加速的SIFT算法,实现影像匹配,并利用RANSAC进行粗差的剔除(GPU-accelerated use SIFT algorithm to achieve image matching, and use RANSAC removing coarse poor)

文件列表:

SIFT_RANSAC_MATCH
.................\Debug
.................\.....\DevIL.dll,670720,2010-05-24
.................\.....\DevIL64.dll,2300928,2011-08-22
.................\.....\glew32.dll,245760,2011-08-22
.................\.....\glew64.dll,279552,2011-08-22
.................\.....\SIFTGPU.dll,409600,2013-10-07
.................\.....\SIFTGPU_d.dll,1146945,2013-10-07
.................\ipch
.................\....\sift_ransac_match-7d04f19e
.................\SIFT_RANSAC_MATCH
.................\.................\Debug
.................\.................\Include
.................\.................\.......\GL
.................\.................\.......\..\glew.h,636546,2009-06-08
.................\.................\.......\..\glut.h,32826,2009-06-08
.................\.................\.......\..\wglew.h,50649,2009-06-08
.................\.................\.......\IL
.................\.................\.......\..\htm" target=_blank>COPYING,26421,2009-06-08
.................\.................\.......\..\il.h,23799,2009-06-08
.................\.................\.......\SIFTGPU
.................\.................\.......\.......\SiftGPU.h,14946,2012-10-03
.................\.................\Lib
.................\.................\...\SIFTGPULib
.................\.................\...\..........\DevIL.lib,30802,2009-06-08
.................\.................\...\..........\DevIL64.lib,26460,2011-08-22
.................\.................\...\..........\glew32.lib,379178,2009-06-08
.................\.................\...\..........\glew32s.lib,931960,2009-06-08
.................\.................\...\..........\glew64.lib,408718,2011-08-22
.................\.................\...\..........\glew64s.lib,1125026,2011-08-22
.................\.................\...\..........\glut32.lib,28704,2009-06-08
.................\.................\...\..........\glut64.lib,26180,2009-04-20
.................\.................\...\..........\SIFTGPU.exp,10051,2013-10-07
.................\.................\...\..........\SIFTGPU.lib,17836,2013-10-07
.................\.................\...\..........\SIFTGPU_d.exp,10059,2013-10-07
.................\.................\...\..........\SIFTGPU_d.lib,17968,2013-10-07
.................\.................\...\..........\TestBase.lib,84404,2013-10-07
.................\.................\...\..........\TestBase_d.lib,216840,2013-10-07
.................\.................\MatchPoint.cpp,709,2014-04-04
.................\.................\MatchPoint.h,579,2014-03-27
.................\.................\sift_ransac_match.h,1087,2014-04-04
.................\.................\SIFT_RANSAC_MATCH.vcxproj,5381,2014-04-04
.................\.................\SIFT_RANSAC_MATCH.vcxproj.filters,1359,2014-04-04
.................\.................\SIFT_RANSAC_MATCH.vcxproj.user,143,2014-04-04
.................\.................\sift_ransan_match.cpp,7273,2014-04-04
.................\.................\StdAfx.h,1106,2014-03-14
.................\SIFT_RANSAC_MATCH.sdf,61755392,2014-04-18
.................\SIFT_RANSAC_MATCH.sln,918,2014-04-04

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

发表评论

0 个回复

  • Delaunay
    说明:  对三角划分算法的研究,对以前方法的改进,以达到良好的效果,(Triangulation algorithm to study the improvement of previous methods in order to achieve good results,)
    2008-09-05 21:03:07下载
    积分:1
  • surfacerendering
    这是vtk结合MFC在一个对话框内进行面绘的代码,读入图像的格式为DICOM(vtk This is a combination of the MFC dialog within the code face painting, Reading into the image of the DICOM format)
    2021-03-08 14:09:28下载
    积分:1
  • plt2dxf127
    plt文件转dxf(diverted dxf)
    2004-11-16 17:40:01下载
    积分:1
  • ATOCP
    此程序为摄影测量的一个小环节,主要功能是求解影像畸变差,可根据相机内参数求解,简单实用(This program is a small part of photogrammetry, the main function is to solve the differential image distortion can be solved according to the camera parameters, simple and practical)
    2013-11-08 14:48:01下载
    积分:1
  • 20075814494849
    把一副画转化为由彩色字符(8个字符)组成的画。最简单、实用、绿色的软件!!!    提供VB源代码!!! (The grounds of color into a painting of characters (eight characters), composed of paintings. The most simple, practical, green software! ! ! VB source code provided! ! !)
    2009-05-18 02:39:50下载
    积分:1
  • disk
    对于给定的文件检索概率,编程计算磁盘文件的最优存储方案.(For a given probability of document retrieval, programming the calculation of the optimal disk file storage scheme.)
    2007-09-15 14:43:26下载
    积分:1
  • main
    主成分分析的三种方法,一种是自编程序,一种是princomp函数,一种是pcacov函数(Three principal component analysis, one is self-programming, one is princomp function, a function is pcacov)
    2015-06-11 19:02:18下载
    积分:1
  • Visual C++ CAD应用程序开发技术源代码ch6
    Visual C++ CAD应用程序开发技术源代码ch6(Visual C CAD application development technology source code ch6)
    2005-01-11 13:01:58下载
    积分:1
  • jiancesuanfa
    说明:  边缘检测算法 速度快 你一定会满意的。以前是要收费的。现在免费给你们。 源码经过测试真确无误。 (edge detection algorithm faster you will surely satisfied. Prior to the charges. Now free to you. Source tested truthful.)
    2021-03-31 00:09:09下载
    积分:1
  • testcanny
    Canny算子的分步骤实现,基于C语言,一共6部分,学习图像处理参考(Canny operator steps to achieve, based on the C language, a total of 6 parts, the study of image processing reference)
    2021-04-21 14:08:49下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载