登录
首页 » matlab » SURF_extraction

SURF_extraction

于 2014-10-30 发布 文件大小:1050KB
0 267
下载积分: 1 下载次数: 142

代码说明:

  图像SURF特征提取,用于图像拼接和篡改检测,注释比较详细,程序很好理解(SURF feature extraction, image is used for image matching and tamper detection, comments are detailed, the program is easy to understand)

文件列表:

OpenSURF
.........\example1006.m,1888,2012-10-06
.........\example2.m,1208,2013-03-19
.........\example3.m,1938,2013-03-19
.........\OpenSurf.m,3778,2010-09-07
.........\SubFunctions
.........\............\FastHessian_BuildDerivative.m,603,2010-07-27
.........\............\FastHessian_buildResponseLayer.m,1699,2010-07-30
.........\............\FastHessian_buildResponseMap.m,1877,2010-07-21
.........\............\FastHessian_getIpoints.m,2353,2010-07-30
.........\............\FastHessian_getLaplacian.m,455,2010-07-27
.........\............\FastHessian_getResponse.m,450,2010-07-27
.........\............\FastHessian_interpolateExtremum.m,2478,2010-07-30
.........\............\FastHessian_isExtremum.m,1680,2010-07-30
.........\............\FastHessian_ResponseLayer.m,738,2010-07-30
.........\............\IntegralImage_BoxIntegral.m,791,2010-07-29
.........\............\IntegralImage_HaarX.m,494,2010-07-30
.........\............\IntegralImage_HaarY.m,556,2010-07-30
.........\............\IntegralImage_IntegralImage.m,796,2010-07-29
.........\............\PaintSURF.m,1089,2010-07-30
.........\............\SurfDescriptor_DecribeInterestPoints.m,1554,2010-07-31
.........\............\SurfDescriptor_GetDescriptor.m,3636,2010-07-31
.........\............\SurfDescriptor_GetOrientation.m,2921,2010-07-31
.........\TestImages





.........\..........\lena2.png,211716,2010-09-07
.........\..........\lena20.jpg,19555,2013-03-19
.........\..........\lena21.jpg,113463,2013-03-19
.........\..........\test.png,5296,2010-07-20
.........\..........\testc1.png,123228,2010-07-27
.........\..........\testc2.png,122063,2010-07-27
.........\WarpFunctions
.........\.............\affine_warp.m,9721,2010-09-07

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

发表评论

0 个回复

  • POS-PID
    运用粒子群优化算法对PID控制器进行优化设计,通过matlab实现(The use of particle swarm optimization algorithm to optimize the design of PID controller, through matlab to achieve)
    2011-11-23 10:11:38下载
    积分:1
  • image-mosaic
    图像拼接,利用SIFT算法提取点特征,并进行点匹配,解算单应性矩阵,根据结算出的单应性矩阵对图像进行仿射变换,最后进行拼接,程序中的备注很详细,各位感兴趣的同志可以下载看看。(Image mosaic using SIFT feature point extraction algorithm, and point matching, homography matrix solver, based on the settlement of the homography image affine transformation, and finally stitching, very detailed notes in the program, you sense Interested comrades can be downloaded.)
    2014-04-15 12:48:59下载
    积分:1
  • CGAL-4.5
    CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和三维的点,2D加权Voronoi图,分割Voronoi图等),多边形(布尔操作,偏置),多面体(布尔运算),曲线整理及其应用,网格生成(二维Delaunay网格生成和三维表面和体积网格生成等),几何处理(表面网格简化,细分和参数化等),凸壳算法(2D,3D和dD),搜索结构(近邻搜索,kd树等),插值,形状分析,拟合,距离等。(The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... More on the projects using CGAL web page. The Computational Geometry Algorithms Library (CGAL), offers data structures and algorithms like triangulations (2D constrained triangulations, and Delaunay triangulations and periodic triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), polygons (Boolean operations, offsets, straight skeleton), polyhedra (Boolean operations), arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums), mesh generation (2D Del)
    2014-12-11 14:45:21下载
    积分:1
  • yantuo
    图像延拓 求极大值极小值图像 并找到极值点所在的位置(Image continuation for maximum minimum image and find extreme value point s location)
    2013-06-21 14:20:17下载
    积分:1
  • QT-ITK-VTK-Image-Viewer
    一个基于qt界面的简单的itk读入,vtk显示的示例,包括中值滤波等简单图像处理功能。(a example of reading itk and display with vtk)
    2020-07-23 20:58:43下载
    积分:1
  • MATLAB
    可见光图像飞机目标识别 模糊差影法 改进自适应阈值分割法 七阶Hu不变距(aircraft recognition)
    2011-05-10 13:47:42下载
    积分:1
  • EKF
    扩展卡尔曼滤波的基础代码,有详细的注释,结合卡尔曼滤波的基本原理,就能很好的理解卡尔曼滤波过程了。(Extended Kalman filter based code , there are detailed notes , combined with the basic principles of Kalman filtering , we can well understand the process of Kalman filtering )
    2011-12-10 12:08:31下载
    积分:1
  • Msrcr
    基于Retinex的MSRCR图像增强算法的源代码,已经测试,可以直接使用。(Based on the Retinex MSRCR image enhancement algorithm of source code, have been tested, can use directly )
    2012-04-06 16:24:24下载
    积分:1
  • ColorImageProcessing
    一种基于non-sample的纹理合成demo,程序性能还有待优化,效果还不错.(texture synthesis demo.)
    2013-09-27 22:53:20下载
    积分:1
  • xuanzhuan_ert_rtw
    对图形的旋转 有不错的效果 可以试试 让图形从左到右(Rotation pattern has a good effect can try)
    2016-09-26 00:16:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载