CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - surf

搜索资源列表

  1. surf(peaks)

    1下载:
  2. 试创建一个伴随surf的现场菜单,包括四个菜单项:春色,夏色,秋色,冬色.-try to create a scene with surf the menu, including four menu items : Spring, summer colors, Autumn and winter color.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:144556
    • 提供者:jiyilee
  1. cr_sender

    0下载:
  2. 扩频同步时频域二维分布 R=[x,y] surf(R) x:-5:0.1:5 y:-0.01:0.005:0.1
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6144
    • 提供者: yangle
  1. 单频脉冲

    1下载:
  2. 单频脉冲 close all;clear all;clc; x=-5:0.05:5; y=-1:0.05:1; [X,Y]=meshgrid(x,y); T=5; b=pi*Y.*(T-abs(X))+eps; c=((sin(b).*(T-abs(X)))./(T*b)); Z=abs(c); surf(X,Y,Z),title('单载频矩形脉冲信号模糊图'),xlabel('时间'),ylabel('频率');
  3. 所属分类:matlab例程

  1. sift-algorithm-pcasift-asift-csift

    1下载:
  2. 一些有关SIFT衍生算法的资料,包括ASIFT, CSIFT, PCA-SIFT, SURF算法,中英文都有,很有价值-Some of the SIFT algorithm is derived, including ASIFT, CSIFT, PCA-SIFT, SURF algorithm, in each category, great value
  3. 所属分类:matlab

    • 发布日期:2016-01-14
    • 文件大小:31945728
    • 提供者:王雪瑶
  1. SURFmex

    1下载:
  2. matalab调用C程序实现的基于SURF算法的全景图像拼接-matalab call C SURF algorithm based Program for panoramic image stitching
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2820632
    • 提供者:王哲
  1. SURFmex

    0下载:
  2. matlab编写的实现surf的平台 老外的东西,可以进行验证-matlab prepared foreigner platform surf achieve things, you can verify
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1135002
    • 提供者:李鹏
  1. 080435

    0下载:
  2. 基于MATLAB的数学图形制作 过具体实例研究MATLAB绘制二维图形和三维图形的plot、ezplot、mesh、surf、ezmesh、ezsurf、 plot3等几个作图函数,说明它们的使用方法和技巧。-MATLAB-based graphical mathematical study of the production of any specific examples of MATLAB graphics drawing two-dimensional and three-dim
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:571468
    • 提供者:吕大
  1. surf2dxf

    0下载:
  2. The X, Y and Z matrix arguments can be used exactly as in the surf and mesh functions. But attention to the colors, because DXF fiels do not uses RGB palete. Instead they use a scaled color palete between 0 and 255.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1745
    • 提供者:Kriubha
  1. Figure_3D_Compare

    0下载:
  2. 详细比较了Matlab三维画图中的几种命令,即mesh,surf,ezmesh,ezsurf,surfc,meshc,ezsurfc,ezmeshc,并且附加我的个人使用经验-Detailed comparison of the three-dimensional drawing of several Matlab commands, namely, mesh, surf, ezmesh, ezsurf, surfc, meshc, ezsurfc, ezmeshc, and add my pe
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:627
    • 提供者:math0801
  1. SURF

    0下载:
  2. 用SURF实现图相配准,可以自行修改图片-SURF Image registration
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:468019
    • 提供者:St yao
  1. SURF-feature

    0下载:
  2. 用于提取灰度图像的SURF特征,并能进行特征显示和特征向量显示。-SURF characteristics used to extract the gray-scale image, feature and eigenvectors shows.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1933920
    • 提供者:陈浩
  1. surf

    1下载:
  2. 这是一个surf特征匹配matlab程序,里面有实例和测试图像-This is a surf feature matching matlab program, there are examples and test images
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1603531
    • 提供者:张鹏
  1. surf

    0下载:
  2. surf算法,图形特征提取,匹配。matlab源码程序,可直接运行,带样本图
  3. 所属分类:matlab例程

  1. SURF

    0下载:
  2. Speeded Up Robust Features (SURF) SURF (Speeded Up Robust Features) is a robust local feature detector invariant to scale rotation and illumination similaire to SIFT Scale Invariant Feature Transform
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:788108
    • 提供者:ghoualmi
  1. SURF-Points

    0下载:
  2. Module Provides implementation of SURF Points to detect invariant features input image for robust image matching. It takes less time to detect features an image rather than SIFT-Module Provides implementation of SURF Points to detect invariant featur
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:48850
    • 提供者:yuvaraj
  1. surf算法的图像拼接

    0下载:
  2. 运用matlab进行surf算法的图像拼接,初学者比较容易理解。代码的思路比较清晰,容易操作。
  3. 所属分类:matlab例程

  1. SURF

    1下载:
  2. surf算法的matlab实现,所有子函数全部由matlab编程实现,不需要混合编程。-surf algorithm matlab implementation, all subroutines all realized by matlab programming, no mixed programming.
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:723037
    • 提供者:
  1. SURF的matlab程序

    3下载:
  2. 基于SURF的图像拼接程序,与传统算法相比,配准精度高,实时性好,代码详细,可以运行。
  3. 所属分类:matlab例程

  1. surf

    3下载:
  2. 用简单的excel数据在matlab中画出三维图(Draw the surf diagram in MATLAB with simple Excel data)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-12
    • 文件大小:1110
    • 提供者:舍与
  1. SURF

    1下载:
  2. 用来在matalab上直接使用的surf代码(Surf code to be used directly on MATALAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1421312
    • 提供者:狼途1
« 12 »
搜珍网 www.dssz.com