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

搜索资源列表

  1. 医学边缘检测

    1下载:
  2. 很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测-good source edge detection, the use of vc 6.0 preparation, mainly for Medical Image Edge Detection
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:109251
    • 提供者:宋军
  1. VC编程实现数字图像的边缘检测

    0下载:
  2. VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:洪宏
  1. 图像分割边缘检测算法

    0下载:
  2. 图像分割中的边缘检测,各类算子都有。。
  3. 所属分类:GDI/图象编程

  1. C# 边缘检测

    0下载:
  2. 不同的方法对图像的边缘进行检测
  3. 所属分类:图形图象

    • 发布日期:2011-05-31
    • 文件大小:127269
    • 提供者:yinuoyongyuan
  1. CannyEdgeDetection

    1下载:
  2. canny算子的边缘检测,在matlab环境下实现对图像的边缘检测-canny edge detection operator in matlab environment to realize the edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2391
    • 提供者:樵飞
  1. 1.3 图像的边缘检测

    0下载:
  2. 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:145408
    • 提供者:张继刚123
  1. 边缘检测特征提取

    2下载:
  2. 本程序是使用Matlab编写的对于图像的边缘检测特征提取,很实用的。(This procedure is written using Matlab, for the image edge detection, feature extraction, it is practical.)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:4169728
    • 提供者:星儿
  1. 边缘检测

    1下载:
  2. 分别适当的方法对图像进行边缘检测,并得到连续的边界 主要功能函数自己编写,可在一个统一的交互式界面下运行(The appropriate method is used to detect the edges of the image and obtain continuous boundaries To function, you need to write it yourself and run it on a unified interactive interface)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:21504
    • 提供者:晓风残月
  1. 1.3 图像的边缘检测

    0下载:
  2. 学习图像边缘检测的实例 源自《MATLAB图像处理——能力提高与应用案例》(a very good example to learn image edge detection)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:145408
    • 提供者:联合小博
  1. 边缘检测

    0下载:
  2. 提供了使用多种算子,对灰度图像进行边缘检测的方法。检测效果不错,供初学者参考。(A method for edge detection of gray images using multiple operators is presented. Detection effect is good, for beginners reference.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:685056
    • 提供者:gongdaofu
  1. snake算法的边缘检测

    0下载:
  2. 图像边缘检测,利用snake算法对图像进行边缘检测实测效果良好(Image edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:149504
    • 提供者:王小软
  1. 基于4种不同算子的边缘检测运算

    2下载:
  2. 本程序采用了robbert,sobel,LoG,prewitt四种算子对同一副图像进行边缘检测,以此查看不同效果(This procedure uses Robbert, Sobel, LoG, Prewitt four kinds of edge detection operator on the same image, to view the different effect)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:182272
    • 提供者:huyuwang
  1. 边缘检测

    1下载:
  2. 利用c++语言 实现数字图像的边缘检测(Edge detection of image)
  3. 所属分类:图形图像处理

    • 发布日期:2019-11-24
    • 文件大小:3469312
    • 提供者:chenenen
  1. canny边缘检测

    0下载:
  2. 使用canny算子进行图像的边缘检测,检测效果良好(Image edge detection using Canny operator)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-18
    • 文件大小:809984
    • 提供者:yuwawa
  1. 边缘检测经典算子

    1下载:
  2. Roberts边缘检测算子的应用,很好的实现图像的边缘检测功能。(The application of the Roberts edge detection operator is very good to realize the edge detection function of the image.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:花花1984
  1. 边缘检测和hough 变换实现边缘检测MATLAB

    1下载:
  2. 进行图像的边缘检测,霍夫变换用于图像分割处理(image segmentation based on edges check and hough shift)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:开心笑一笑
  1. 1.4图像的斑点检测

    0下载:
  2. 1.3 图像的边缘检测,检测图像周边,详细说明(1.3 edge detection of image, detection image peripheral,Detailed instructions)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:165888
    • 提供者:daisy!
  1. 模极大值边缘检测-高斯噪声

    1下载:
  2. 用小波的模极大值法有效检测噪声图像的边缘(Detecting the edge of noisy image by modulus maximum method of wavelet transform)
  3. 所属分类:图形图象

  1. 亚像素边缘检测

    3下载:
  2. 亚像素边缘检测,对图像的边缘检测达到亚像素级别(Sub-pixel edge detection, image edge detection to sub-pixel level)
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-03
    • 文件大小:12288
    • 提供者:minbaobao
  1. 3.24 基于蚁群算法的图像边缘检测

    1下载:
  2. 基于蚁群算法的边缘检测,功能简单,适合新手(Edge detection based on ant colony algorithm, the function is simple, suitable for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-06
    • 文件大小:29696
    • 提供者:连晓
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com