登录
首页 » matlab » SURF源码(matlab版)

SURF源码(matlab版)

于 2020-07-17 发布
0 181
下载积分: 1 下载次数: 7

代码说明:

说明:  SURF的实现代码,用于图像特征提取,对于入门计算机视觉的同学有帮助(SURF implementation code for image feature extraction, for beginners of computer vision students help)

文件列表:

SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\example2.m, 1211 , 2010-09-06
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\example3.m, 1776 , 2010-09-06
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\license.txt, 1335 , 2010-09-06
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\OpenSurf.m, 3778 , 2010-09-06
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\opensurf.png, 641272 , 2010-11-08
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_BuildDerivative.m, 603 , 2010-07-26
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_buildResponseLayer.m, 1699 , 2010-07-29
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_buildResponseMap.m, 1877 , 2010-07-20
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_getIpoints.m, 2353 , 2010-07-30
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_getLaplacian.m, 455 , 2010-07-26
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_getResponse.m, 450 , 2010-07-26
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_interpolateExtremum.m, 2478 , 2010-07-30
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_isExtremum.m, 1680 , 2010-07-30
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\FastHessian_ResponseLayer.m, 738 , 2010-07-29
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\IntegralImage_BoxIntegral.m, 791 , 2010-07-29
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\IntegralImage_HaarX.m, 494 , 2010-07-29
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\IntegralImage_HaarY.m, 556 , 2010-07-29
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\IntegralImage_IntegralImage.m, 796 , 2010-07-29
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\PaintSURF.m, 1089 , 2010-07-30
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\SurfDescriptor_DecribeInterestPoints.m, 1554 , 2010-07-30
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\SurfDescriptor_GetDescriptor.m, 3636 , 2010-07-30
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions\SurfDescriptor_GetOrientation.m, 2921 , 2010-07-30
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\TestImages\lena1.png, 239755 , 2010-09-06
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\TestImages\lena2.png, 211716 , 2010-09-06
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\TestImages\test.png, 5296 , 2010-07-19
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\TestImages\testc1.png, 123228 , 2010-07-26
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\TestImages\testc2.png, 122063 , 2010-07-26
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\WarpFunctions\affine_warp.m, 9721 , 2010-09-06
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\SubFunctions, 0 , 2015-04-20
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\TestImages, 0 , 2015-04-20
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c\WarpFunctions, 0 , 2015-04-20
SURF源码(matlab版)\SURF源码(matlab版)\OpenSURF_version1c, 0 , 2015-04-20
SURF源码(matlab版)\SURF源码(matlab版), 0 , 2015-04-20
SURF源码(matlab版), 0 , 2019-04-21

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

发表评论

0 个回复

  • ALM
    说明:  增广拉格朗日乘子法ALM算法是机器学习中十分常用且有效的一种优化算法,经常用于低秩和稀疏问题的优化求解中,这个包是增广拉格朗日乘子法的matlab代码(ALM algorithm of augmented Lagrange multiplier method is a very common and effective optimization algorithm in machine learning. It is often used in the optimization of low rank and sparse problems. This package is the matlab code of augmented Lagrange multiplier method)
    2020-12-20 16:45:32下载
    积分:1
  • xijunmishi-PSO
    细菌觅食算法与粒子群优化算法相结合的程序,可以实现适应度函数的最值计算,有很好的参考价值。(Bacterial Foraging algorithm and particle swarm optimization combined program, you can achieve the best fitness function value, and have a good reference value.)
    2013-08-26 09:40:40下载
    积分:1
  • newGS
    激光光束的整形,用于将高斯光束整形成均匀光束,采用GS算法(Laser beam shaping, for forming a uniform whole beam Gaussian beam using GS algorithm)
    2020-06-30 12:40:01下载
    积分:1
  • man
    通过对彩色图像的处理,来计算某一个区域的面积。(The color image processing to calculate the area of ​ ​ a region.)
    2020-12-02 15:39:26下载
    积分:1
  • tuxiangchuli
    Visual C++ 数字图像处理 光盘源码(Visual C++ Digital image processing, CD-ROM source)
    2009-01-12 20:23:19下载
    积分:1
  • pcaklm
    图像处理领域最新的K-L变换后求主成分的程序。matlab文件。(image processing latest K-L transform PCA for the procedure. Matlab document.)
    2007-04-11 17:00:39下载
    积分:1
  • chapter02
    matlab6.5图形图像处理源程序 部分内容 第二章压缩包 (matlab6.5 )
    2013-10-27 13:02:04下载
    积分:1
  • cloud
    这是一个很全的云模型图像处理,功能全,已运行(This is a good use of the cloud model program, function, good effect, has been in operation)
    2020-12-28 19:09:01下载
    积分:1
  • DCT-matlab
    全套的DCT域数字水印源代码matlab(A full set of digital watermarking of DCT-domain source code matlab)
    2008-04-30 00:32:21下载
    积分:1
  • scatter_plot
    基于IDL很ENVI的ENVI的散点图功能扩展程序源码(Extend the program source code based on a scatter plot function of the IDL of ENVI ENVI)
    2012-05-09 11:39:20下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载