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

SURF源码(matlab版)

于 2020-07-17 发布
0 148
下载积分: 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 个回复

  • test_vegetable
    说明:  根据文献Verification of color vegetation indices for automated crop imaging applications所述方法实现的可见光(RGB)的植被提取,效果非常好,压缩文件内附有该文献英文原文,以及部分供测试图片。(According to the method described in the document verification of color vegetation indexes for automated cross imaging applications, the effect of vegetation extraction of visible light (RGB) is very good. The original English version of the document and some test pictures are attached to the compressed file.)
    2020-04-13 18:23:12下载
    积分:1
  • video-read-and-coding
    在matlab中读入视频序列,并显示出来。对视频流文件进行按帧读取,并计算帧与帧之间差值,并统计差值的分布。(Read into the video sequence in matlab, and displayed. Streaming video, read the press frame, and calculate the difference between frames, and statistical difference between the distribution.)
    2012-07-11 22:08:34下载
    积分:1
  • MatlabImageProcessing
    遥感图像的读取,显示。包括BSQ、BIL、BIP格式。带实验数据。(Remote sensing image read, display. Including the BSQ, BIL, BJP format. With the experimental data. )
    2013-03-13 23:44:41下载
    积分:1
  • SVM-Classification
    Matlab写的SVM图像分类程序,是完整的可运行的图像分类程序,高手可以研究一下。(Matlab write SVM image classification procedure is complete working image classification procedures, experts can look at.)
    2021-04-07 15:19:01下载
    积分:1
  • 02-gpbM
    M估计子,计算机视觉大牛Peter Meer出品。(Generalized Projection based M-estimator C++ code to find the robust estimate derived without using any user supplied scale. The theory is described in Generalized Projection Based M-stimator. )
    2020-12-22 16:59:06下载
    积分:1
  • renyanshijuetexing
    基于人眼视觉的图像融合方法 很好很经典 符合人眼视觉特性(Based on the human visual image fusion method)
    2011-06-24 13:06:36下载
    积分:1
  • Kalman
    卡尔曼滤波在目标跟踪中应用仿真研究 简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。(Kalman filter target tracking simulation study brief discussion of the Kalman filtering method to predict a single target track, and by means of Matlab simulation tools to evaluate the effect of the experimental.)
    2013-04-02 12:08:15下载
    积分:1
  • Gauss-and-Mean-Curvature
    用matlab开发的计算给定曲面点云的,高斯和平均曲率图(Matlab calculation developed by a given surface point cloud, the Gaussian and mean curvature map)
    2011-05-30 10:22:59下载
    积分:1
  • StringMatch
    带通配符的字符串匹配,多重匹配,支持通配符“*”,“?”(String matching with wildcards, multiple matches, supports wildcards " *" , " ?" )
    2014-01-16 10:33:12下载
    积分:1
  • MEMotionEstimation1
    MATLAB做的运动估计,用于图像处理中运动轨迹追踪(仅供大家参考)(motion estimation by matlab, for motion tracking in digital image processing)
    2009-07-07 16:44:48下载
    积分:1
  • 696518资源总数
  • 105142会员总数
  • 2今日下载