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

搜索资源列表

  1. edgetest

    0下载:
  2. 用matlab制作的GUI,可以方便地读取图像并利用常用的五种图像边缘提取算子来提取图像边缘,具体使用方法详见压缩包中doc文件-Edge test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:82151
    • 提供者:Michael J
  1. lplsrh

    0下载:
  2. 拉普拉斯锐化,是图像边缘检测算法之一,对图像处理效果,有作用。-Laplacian sharpening, edge detection algorithm is one of the effects of image processing, a role.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:160351
    • 提供者:Janny
  1. tuxiangdebianyuanjiance

    0下载:
  2. 灰度图像边缘检测 图像处理 边缘检测 用matlab编写的灰度图像检测 很好的 -Gray-scale image processing edge detection edge detection with the preparation of the gray image matlab good detection
  3. 所属分类:Graph program

    • 发布日期:
    • 文件大小:551958
    • 提供者:王梓
  1. sobel

    0下载:
  2. sobel算子 自己编的函数 不是运用的库函数 非常有用 尤其对刚学习图像边缘提取的-sobel operator is not a function of own use of the library function is very useful especially for just learning of image edge extraction
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:3467
    • 提供者:石头
  1. EdgeColor

    0下载:
  2. 很好的图像边缘检测程序,MATLAB环境,里面的程序我都试过了,无报错,并附带图片,可直接运行。-Good edge detection procedure, MATLAB environment, which I have tried the procedure, and without error, and attached picture, can be directly run.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:305347
    • 提供者:胡骞
  1. EdgeDetection

    0下载:
  2. 四种算子(sobel,prewitt,roberts,marr)进行图像边缘检测的matlab源码.-Operators of four (sobel, prewitt, roberts, marr) image edge detection matlab source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:48773
    • 提供者:refinebin
  1. Porousimageedgeextractionalgorithminmatlabprogram.

    0下载:
  2. 多孔算法在图像边缘提取的matlab程序代码说明内容-Porous image edge extraction algorithm in matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:638
    • 提供者:张瑜
  1. edgeNorm

    0下载:
  2. 在图像边缘点上计算边缘法向量, Compute the norm vector at the boundary-compute the norm vector at the boundary
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2678
    • 提供者:Frank Wu
  1. lvq.m

    0下载:
  2. 基于矢量向量的神经网络图像边缘检测,有消噪的效果,是图像处理的不错程序-baseed on LVQ net work
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4000
    • 提供者:小妖
  1. Berkeley

    0下载:
  2. 里面有很多图像边缘检测的算法,可以从提供的网站上下载图片进行操作-There are many edge detection algorithms that can be downloaded from the website to provide pictures to operate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1101154
    • 提供者:tiantian
  1. ImageEdge

    0下载:
  2. 图像的边缘识别。由简至繁的实现了几种典型的图像边缘算法。-The image edge detection. From the simple to the realization of a typical fan of the image edge algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:555753
    • 提供者:Fang XiaoQing
  1. jiance

    0下载:
  2. matlab 图像边缘检测 可以对图片进行拉普拉斯边缘检测-matlab image edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2235
    • 提供者:雷阵雨
  1. bianyuanjianceyufenge

    0下载:
  2. matlab编写多种图像边缘检测与分割处理-matlab to prepare a variety of image processing edge detection and segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4001670
    • 提供者:刘婷婷
  1. image_Segmentation

    0下载:
  2. 平滑滤波 多图像边缘检测与分割处理,用matlab实现-Smoothing filter Multi-image edge detection and segmentation processing, using matlab to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4927776
    • 提供者:张三
  1. Matlab_source_for_edge_detector_using_quaternion_c

    3下载:
  2. "基于四元数卷积的彩色图像边缘检测"一文的matlab源代码,很有帮助-matlab source code of "Colour image edge detector based on quaternion convolution" Electronics Letters, 34(10), May 14 1998, 969-971
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:782849
    • 提供者:王建
  1. Probing_into_Technique_of_Image_Enhancement_Based_

    1下载:
  2. :图像增强是图像处理的一个重要分支,是图像边缘提取、图像分割等的基础.文章介绍了常用的图像增强技 术,并且以Madab为工具完成图像的直方图均衡化、巴特沃斯高通滤波器操作的示例,给出了处理前后的对照图像.重点介 绍了利用小波变换进行图像增强,获得了比较好的增强效果.-: Image enhancement is an important branch of image processing is the image edge extraction, image segmentation,
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:195070
    • 提供者:hope
  1. listcode

    1下载:
  2. 该代码是图像边缘检测中获得链码的代码,img代表输入图像,Array用来存储链码,x0y0是初始点的坐标,xy用来存储最终点的坐标,Ratio用来计算链码的曲率,代码中有注释相信大家可以看得懂,最近正在写关于相位编码的代码,如果有研究这方面东东的朋友可以多交流-The code is the image edge detection to obtain the chain code of the code, img representative of the input image, Array
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:4973
    • 提供者:zhenqingkai
  1. EdgeSegmentation

    0下载:
  2. 一种精确的自适应图像边缘提取方法,相对于传统的算法性能和分割质量有很大的提高-edge Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:175215
    • 提供者:张先生
  1. wavelet

    0下载:
  2. 基于小波变换的图像边缘检测,此程序用腐蚀算法检测边缘-Based on wavelet transform edge detection, this program uses the edge of corrosion detection algorithm
  3. 所属分类:Wavelet

    • 发布日期:2017-04-13
    • 文件大小:3377
    • 提供者:weilihua
  1. EdgeDetection

    0下载:
  2. 在MATLAB下实现的图像边缘检测算法,自己编写的算法-matlab edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:853
    • 提供者:kevinfjm
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com