搜索资源列表

  1. 8用matlab图像处理工具箱进行canny边缘检测.rar

    1下载:
  2. 所属分类:图形/文字识别

    • 发布日期:2008-05-25
    • 文件大小:193411
    • 提供者:firstgjb
  1. VC调用matlab图像处理工具箱进行canny边缘检测

    0下载:
  2. VC调用matlab图像处理工具箱进行canny边缘检测,含pdf教程-edge detection by VC calling matlab image toolbox, pdf tutorial included.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:183985
    • 提供者:沈郑燕
  1. Canny Edge Detection

    0下载:
  2. canny边缘检测算子,可以对灰度数字图象的弱边缘进行很好的检测-canny edge detection operator, Gray figures to be the weak image edge detection for good
  3. 所属分类:matlab例程

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:潇叶
  1. canny图像边缘算法

    0下载:
  2. 这是一个关于图像边缘检测的小程序,希望对大家有所帮助-This is an image of a small edge detection procedures, we hope to help
  3. 所属分类:matlab例程

    • 发布日期:2024-04-27
    • 文件大小:89088
    • 提供者:徐艳
  1. Canny_algorithm

    0下载:
  2. 一个关于canny边缘检测的源代码,对大家熟练掌握所学的数字图像处理理论知识很有帮助-a canny edge detection of the source code to everyone skilled master learning by digital image processing theoretical knowledge helpful
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:162816
    • 提供者:wuyi
  1. cannybianyuanjiance

    0下载:
  2. canny边缘检测.docc anny边缘检测.doccanny边缘检测.doc-canny edge detection. docc anny edge detection. doccanny edge detection. doc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:159744
    • 提供者:gaga
  1. Cannybian

    0下载:
  2. 一般源代码,Canny边缘检测,可用,看过后还好-general source code, Canny edge detection, can be used, after reading better
  3. 所属分类:其他小程序

    • 发布日期:2024-04-27
    • 文件大小:140288
    • 提供者:明雨
  1. OpenCVSquareDector

    0下载:
  2. 在VC6下基于OpenCV5的矩形检测程序及Canny边缘检测程序。在VC6下编译通过。-in VC6 OpenCV5 Based on the testing procedures and rectangular Canny edge detection procedures. Under the VC6 compile.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-27
    • 文件大小:4096
    • 提供者:-
  1. canny

    0下载:
  2. canny边缘检测算法,二维,可以进行边缘检测。有需要的人可以继续联系。-canny edge detection algorithm, two-dimensional, edge detection can be carried out. There is need to continue to contact people.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-27
    • 文件大小:9216
    • 提供者:luanxinhai
  1. canny

    1下载:
  2. (1)利用高斯滤波器函数,用Matlab语言,编写Canny边缘检测器的Matlab(或C语言)函数; (2)利用上述函数,对一副图像(椒盐噪声或高斯噪声)进行边缘检测; (3)利用Matlab自带的Canny边缘检测函数对同一副图像进行边缘检测; (4)比较上述两个结果。 -(1) the use of Gaussian filter function, using Matlab language, the prepa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:amy
  1. Canny

    0下载:
  2. 实现了bmp图像的Canny边缘检测,非常好的代码,欢迎下载-canny edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:3441664
    • 提供者:智慧川
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象;
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:1271808
    • 提供者:lx
  1. matlab-canny

    0下载:
  2. 分别用一阶、二阶以及Canny边缘检测算法进行图像边缘检测-Respectively first, second, and Canny edge detection algorithm for image edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:920576
    • 提供者:唐路
  1. Canny Detector

    0下载:
  2. MATLAB上实现Canny边缘检测,经过高斯滤波,边缘检测,非极大抑制,阀值处理,能够很好的实现边缘检测。程序里需要更改换成自己的路径和地址名。(This is the source of MATLAB for Canny edge detector. Well, it can effectively detect the edge information of the desired image.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:林中木
  1. Canny

    0下载:
  2. 本压缩包是canny边缘检测的相关程序,有利于初学者学习边缘检测相关知识。图片路径请自行改动。(The compression package is Canny edge detection related procedures, useful for beginners to learn edge detection related knowledge. Please change the picture path automatic
  3. 所属分类:图形图像处理(光照,映射..)

  1. 边缘检测综合示例

    0下载:
  2. canny边缘检测+sobel边缘检测+scharr滤波器的使用(Canny edge detection, +sobel edge detection, +scharr filter)
  3. 所属分类:Windows编程

    • 发布日期:2024-04-27
    • 文件大小:108544
    • 提供者:拂晓轻寒
  1. canny边缘检测

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

    • 发布日期:2024-04-27
    • 文件大小:809984
    • 提供者:yuwawa
  1. canny边缘检测

    0下载:
  2. canny边沿检测c/c++程序,有详细注释(Canny edge detection program)
  3. 所属分类:C#编程

    • 发布日期:2024-04-27
    • 文件大小:626688
    • 提供者:陈不语捕鱼
  1. 改进的自适应Canny边缘检测算法_段锁林

    0下载:
  2. 介绍了一种改进的Canny边缘检测算法,介绍了改进算法(This paper introduces an improved Canny edge detection algorithm and an improved algorithm.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:3493888
    • 提供者:wabgkai9210005
  1. canny edge detection

    0下载:
  2. canny边缘检测算法,在python环境中可实现边缘提取。(The canny edge detection algorithm can implement edge extraction in a python environment.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:857088
    • 提供者:MAYzzl
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org