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

搜索资源列表

  1. Canny算子与边缘检测

    0下载:
  2. Canny算子与边缘检测,一个用完整的图像边缘提取算法-Canny operator and edge detection, complete with an Image Edge Extraction Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.11mb
    • 提供者:李明辉
  1. Canny

    0下载:
  2. 数字图像处理,CANNY算子边缘检测,VC++代码,包括算法测试图片等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:148.22kb
    • 提供者:1111111
  1. canny

    0下载:
  2. canny算子边缘检测的源代码....opencv做得
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:5.74kb
    • 提供者:zhanglan
  1. Canny.rar 用VC实现数字图像canny算子边缘检测

    0下载:
  2. 用VC实现数字图像canny算子边缘检测,VC digital images using canny edge detection operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-09
    • 文件大小:1.54mb
    • 提供者:xiaoyang
  1. Canny.rar

    0下载:
  2. Canny算子是图象锐化的一种,被用来景物边缘检测与提取的。是一种较好的边缘检测算子。,Canny is a kind of image sharpening。Canny is used to the scene s edge detection and extraction. It is a better edge detection operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:4.7kb
    • 提供者:蓝水晶
  1. cnn.rar

    1下载:
  2. canny边缘检测源代码,边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测,source code canny edge detection, edge detection for image understanding, target detection, tracking and other issues is very important that the code to do the canny edge detection operator
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1.47kb
    • 提供者:li yan
  1. gauss_Homomorphic_filter

    0下载:
  2. 高斯高通同态滤波器增强照度不均图像,canny算子边缘检测-gauss high Homomorphic filter enhance non-umiformly illuminated image,Canny edge detector.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:209.81kb
    • 提供者:zjh
  1. edge_detector

    0下载:
  2. Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像 实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比-Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3.83kb
    • 提供者:hq
  1. edgedetect

    0下载:
  2. 用各种算子对图像边缘检测,用巴特沃斯滤波器平滑处理后,再用prewitt算子、LoG算子、Canny算子边缘检测,之后去粘连-Operators using a variety of image edge detection, smoothing filters with Butterworth, the re-use Prewitt operator, LoG operator, Canny edge detection operator, followed by adhesion to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1.18kb
    • 提供者:liya
  1. cannyfinal

    0下载:
  2. canny边缘检测源代码:边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-source code canny edge detection: edge detection for image understanding, target detection, tracking and other issues is very important that the code to do the canny edge detection operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:海宸
  1. Canny-Edge-Detection

    0下载:
  2. canny算子进行边缘检测 效果还不错 可以用于车与人-canny edge detection operator can be used to effect a good car and people
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:7.9kb
    • 提供者:王自
  1. cannywave

    1下载:
  2. 用canny算子边缘检测,以及用db4小波模极大值算法边缘检测,可以直接运行,用的是标准图像Lena-Using canny edge detection operator, and using db4 wavelet modulus maxima algorithm for edge detection, can be run directly, using the standard image Lena
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1.34kb
    • 提供者:jin jing
  1. canny

    0下载:
  2. 实现canny算子边缘检测,是频域增强处理后的在处理。-Achieve canny edge detection operator ,which is enhanced after treatment frequency in treatment.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:3.33kb
    • 提供者:sherryhxp
  1. canny

    0下载:
  2. 数字图像中所使用的canny算子边缘检测-Digital image used in the canny edge detection operator
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:3.15kb
    • 提供者:zc
  1. imageEdgeDetect

    0下载:
  2. edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:379.76kb
    • 提供者:许胜强
  1. canny算子进行边缘检测的源代码

    1下载:
  2. 对于现有canny算子进行了一定的改进,使得效果更好(Some improvements have been made to the existing Canny operator, which makes the effect better)
  3. 所属分类:图形图像处理

  1. 一种改进的基于Canny算子边缘检测算法

    0下载:
  2. 在图像处理中的对于canny算子的一种改进方式(An improved method for canny operators in image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:1.18mb
    • 提供者:wabgkai9210005
  1. Canny

    0下载:
  2. canny算子边缘检测,实现了canny算子边缘检测,是图像处理中的基础内容(canny operator edge detection, to achieve the canny operator edge detection, is the basic content of image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:3.92mb
    • 提供者:于大白
  1. canny边缘检测

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

    • 发布日期:2018-04-18
    • 文件大小:791kb
    • 提供者:yuwawa
  1. Canny算子

    0下载:
  2. 经典算子 canny算子边缘检测 利用8邻域的模极大值进行边缘检测(Edge detection of Canny operator)
  3. 所属分类:图形图象

    • 发布日期:2018-05-07
    • 文件大小:103kb
    • 提供者:xiaoq1025
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com