CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab susan

搜索资源列表

  1. slow-matlab-src

    0下载:
  2. susan detector for images it was designed for my project work
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:122786
    • 提供者:jaravis
  1. FEM

    0下载:
  2. finite element method- *********************************************************************** 3-D FDTD code with PEC boundaries *********************************************************************** Program author: Susan
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2376
    • 提供者:Hollis
  1. susancorners

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2362275
    • 提供者:hao
  1. fdtd2D

    2下载:
  2. 2-D FDTD TE code with PML absorbing boundary conditions Program author: Susan C. Hagne-2-D FDTD TE code with PML absorbing boundary conditions Program author: Susan C. Hagness
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4528
    • 提供者:pmr
  1. SUSANCodes

    0下载:
  2. SUSAN算法的matlab实现,有较多的注释-SUSAN algorithm matlab implementation, there are more comments
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:54709
    • 提供者:王宪
  1. SUSAN

    0下载:
  2. susan 源代码 在matlab中的应用 -susan code matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:859888
    • 提供者:曹鲁光
  1. susan--

    0下载:
  2. susan 开发源代码 在matlab 中的应用-susan code matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1085
    • 提供者:曹鲁光
  1. susan

    0下载:
  2. 关于Susan算子的图形图像处理过程的Matlab的编程-Susan operator on the graphic image processing with Matlab programming
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1165
    • 提供者:王新乾
  1. susan

    0下载:
  2. 使用susan算法,用没matlab实现图像轮廓的边缘检测.-Using Susan algorithm, detection of the edge of image outline in matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1518
    • 提供者:lihelin
  1. Susan

    0下载:
  2. MATLAB边缘检测(Susan),可以直接跑通-edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:35104
    • 提供者:levi
  1. SUSAN

    0下载:
  2. susan算子MATLAB实现 边缘检测算法程序 分享一下-susan MATLAB realization of the edge detection algorithm program operator share
  3. 所属分类:Other windows programs

    • 发布日期:2017-10-30
    • 文件大小:99872
    • 提供者:九天翔
  1. susan

    0下载:
  2. susan算法 matlab程序 图像边缘提取 分割算法-susan algorithm matlab program image edge extraction segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:1154
    • 提供者:高鹏军
  1. mysusan

    0下载:
  2. SUSAN算法 角点提取算法 matlab-SUSAN code matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:8585
    • 提供者:Mean
  1. SUSAN

    0下载:
  2. 本算法实现了基于SUSAN的角点检测算法,使用MATLAB实现- This algorithm based on SUSAN corner detection algorithm, using MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:7862
    • 提供者:胡屯仓
  1. susan

    0下载:
  2. 关于特征描述的susan算法的matlab程序-About susan algorithm matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:848900
    • 提供者:zhangweiwei
  1. susan

    0下载:
  2. 主要思想就是:首先做一个和原图像等大的目标图像。然后用一个圆形的模板,用模板去遍历原图像每个像素,把模板内的每个像素都和模板中心像素比较,如果灰度小于一个阈值,那么就对目标图像当前和原图像相同位置的像素加一,直到结束。目标图像中在原图像是角点的位置就会取局部极小,所以做一个反向的相减。img=max(img)-img,if img<g,这里的g也是自己给定的阈值,我这里取了2*max(img)/3这样的阈值,g越大,得到的点就越多。这步之后角点的值就成为局部极大了。最后进行非极大抑制,去除
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:263041
    • 提供者:huhu222
  1. SUSAN

    0下载:
  2. 用MATLAB和VC对图像用SUSAN算法和Harris算法进行图像角点提取,还有自适应的SUSAN算法的角点提取-MATLAB and VC with SUSAN Harris algorithm for image image corner extraction, and adaptive SUSAN corner extraction algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3211224
    • 提供者:权美香
  1. edge-detecting-based-susan

    0下载:
  2. 这是基于susan算子的边缘检测代码,用于检测物体边缘。使用matlab实现。-susan detection foor edge
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:180753
    • 提供者:yiki
  1. susan

    0下载:
  2. SUSAN 角点检测,里面有实例,可以用matlab正常使用-SUSAN corner detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:178422
    • 提供者:随风
  1. SUSAN

    0下载:
  2. 本程序实现SUSAN角点检测,Matlab代码。-This program implements SUSAN corner detection, Matlab code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:46366
    • 提供者:luo
« 1 2 34 5 »
搜珍网 www.dssz.com