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

搜索资源列表

  1. susan

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:889
    • 提供者:杨清云
  1. smith95susan

    0下载:
  2. 图像中直线的校准和提取方法研究 susan算法的原版资料-Image calibration and extraction of straight line method algorithm susan original data
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:735895
    • 提供者:x.Nichdlas
  1. zipSUSAN

    1下载:
  2. 这是一个SUSAN算法实现, 对图像处理中的边,角等特征保留和图像降噪方面有着重要的应用-SUSAN This is an algorithm for image processing side, angle and other characteristics of the retention and image denoising has important applications
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4679
    • 提供者:wang yiren
  1. FDTD

    0下载:
  2. susan matlab源码 FDTD教程 必看-susan matlab Fdtd
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8515
    • 提供者:myjoy
  1. susan1

    0下载:
  2. 苏三算法,查找图像的边缘及角点检测,很实用,比起C++代码简单易懂-susan arithmetic
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:540
    • 提供者:
  1. susanfeaturedectionsourcecode

    0下载:
  2. the source code is writed by the authot, the susan algorithm to detecte the corner linear and many other features. you can use it in your workspace in windows or linux.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:12700
    • 提供者:翟振刚
  1. TheSUSANPrincipleforFeatureDetection

    0下载:
  2. this paper tell you susan principle for feature detetion very details. and many pseucode are also given. you can use the principle to detect feature.
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:1032369
    • 提供者:翟振刚
  1. susanmethods

    0下载:
  2. 经典的susan算法,可以有效的提取出图像边缘,抗噪性好-Susan classic algorithms, can effectively extract the edge of the image, better noise immunity
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:9487
    • 提供者:yingzi0505
  1. susanedge

    0下载:
  2. MATLAB中利用SUSAN实现边缘检测-The use of MATLAB to achieve SUSAN edge detection
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8470
    • 提供者:song
  1. SUSAN-IMAGE-PROCESSING

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

    • 发布日期:2017-05-09
    • 文件大小:1757763
    • 提供者:沙思雨
  1. susan-edge-detect

    1下载:
  2. 使用sobel算子对图片的边缘进行检测.本算法主要基于sobel算子,进行了一定的改进-based on sobel,detect the edge of picture
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-17
    • 文件大小:43860
    • 提供者:闫浩
  1. SUSAN

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

    • 发布日期:2017-05-12
    • 文件大小:2624281
    • 提供者:morain
  1. SUSAN37

    0下载:
  2. susan 算法 susan算法-susan algorithm algorithm susan
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3265
    • 提供者:方亮
  1. coner_detect

    0下载:
  2. 改进的susan角点算发vc实现,工程中有各种形态学滤波实现-susan corner detector
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:807716
    • 提供者:jack
  1. featurepoint

    0下载:
  2. Harris SUSAN AR 特征点算子 c++编写 可在程序中直接调用-Harris SUSAN AR feature algorithm by c++ can be use directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:10896
    • 提供者:王伟
  1. SusanC.Hagness2D-FDTD-matlab

    1下载:
  2. Susan C. Hagness的2维matlab时域有限差分法程序-Susan C. Hagness of the two-dimensional finite-difference time-domain matlab program
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:12264
    • 提供者:颜颜
  1. SusanC.Hagness3D-FDTD-matlab

    3下载:
  2. Susan C. Hagness关于时域差分法计算电磁散射的三维matlab程序-Susan C. Hagness on the time-domain difference method matlab procedures for three-dimensional electromagnetic scattering
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:6601
    • 提供者:颜颜
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. RegisterBasedOnSusanDiscreteCircle

    0下载:
  2. 基于SUSAN夹角的图像配准算法,先利用SUSAN检测出角点,然后计算夹角,后根据距离等求精。主文件为RegisterBasedOnSusanDiscreteCircle-SUSAN angle based image registration algorithm, first detected using SUSAN corner point, then calculate the angle between the post-refinement based on distance and
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1968261
    • 提供者:Milin
  1. fdtd3dpml

    2下载:
  2. Computational Electrodynamics: The Finite-Difference Time-Domain Method, Third Edition by Allen Taflove and Susan C. Hagness Supplementary Material the book s MATLAB files and 3-D Fortran 90 CPML code Does anyone have this book Third Ed
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:37672
    • 提供者:Roc
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com