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

搜索资源列表

  1. Canny

    0下载:
  2. 用canny算子算法进行处理的,用vc++编写的源码-Using canny operator processing algorithms, using vc++ Prepared source
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:3177573
    • 提供者:孟新
  1. canny

    0下载:
  2. 用canny算子提取图像边缘,c++实现,包括测试图像-With canny operator edge extraction, c++ Achieve, including the test images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:150115
    • 提供者:he
  1. Canny

    0下载:
  2. 用canny算子作edge detection-Canny operator used for edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:65803
    • 提供者:hejin
  1. Canny

    0下载:
  2. 该代码是在vc++下编写的,最后能实现用Canny算子提取图像的边缘,附带测试图像,比较实用的边缘提取算法-The code is vc++ Prepared, and finally to achieve using Canny operator extract image edge, fringe test images, more practical edge extraction algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:141053
    • 提供者:zxg
  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
    • 文件大小:1209
    • 提供者:liya
  1. division

    0下载:
  2. 图形分割,canny算子的区域生长阈值分割-Graphics segmentation, canny operator of the region growing threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:79105
    • 提供者:黄朝亮
  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:156571
    • 提供者:liujia
  1. tproject

    0下载:
  2. 用canny算子实现彩色图象的边缘提取,适用bmp和jpeg格式-Canny operator used to achieve color image edge extraction, the application of bmp and jpeg format
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:251459
    • 提供者:lion
  1. Canny

    0下载:
  2. 用Canny算子进行边缘检测的Visual C++源代码-Using Canny edge detection operator of Visual C++ Source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:304221
    • 提供者:hyc
  1. canny

    0下载:
  2. canny算法 用于图像边缘提取,适用于灰度图像-canny algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:165739
    • 提供者:Michael
  1. edgeDetection

    0下载:
  2. 我写的一个 使用 Canny算法进行 边缘检测的程序。 目前打开BMP文件。-I wrote an algorithm using the Canny edge detection procedure. BMP file is currently open.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:90390
    • 提供者:弥一强
  1. Canny

    0下载:
  2. 用Canny算子提取边缘,经过调试,可成功运行-Extracted by Canny edge operator
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:162931
    • 提供者:fisher
  1. Cmp_vis_canny

    1下载:
  2. 彩色图像边缘检测(canny 算子,高斯窗口可调)-image edge detection [canny]
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2054
    • 提供者:卢学
  1. canny_Opencv

    0下载:
  2. 使用Opencv进行Canny算子边界提取的示例程序,可为初学者进行参考-Edge detect using canny detector with OpenCV lib
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:300449
    • 提供者:sskaje
  1. edgedetection2003

    0下载:
  2. 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1397911
    • 提供者:swx
  1. Canny

    0下载:
  2. 数字图像处理,用Canny算子提取边缘,c++开发环境-Digital image processing, using Canny edge extraction operator, c++ development environment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:303976
    • 提供者:zhy
  1. Canny

    0下载:
  2. 用Canny算子提取边缘,对图像的边缘进行提取-Extracted by Canny edge operator on the image edge extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:200814
    • 提供者:李阳
  1. cannyfinal

    0下载:
  2. 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:2927
    • 提供者:张妍妍
  1. Colorimagecolorcomponentinter-exchange

    0下载:
  2. 全彩色图像的色彩分量间互换。对于彩色图像,图像的颜色是由每个像素点的RGB三分量的组合决定的。本实验的实验目的就是通过调整图像像素点RGB三分量的顺序来进行图像红、绿、蓝三个颜色分量间的互相转换,从而改变图像的颜色;比如:原图像为一朵红花,经过处理之后,我们将其变成绿花或者蓝花。运用到canny算子-Full-color images between color-component exchange. For color images, color images are from each pi
  3. 所属分类:Graph program

    • 发布日期:2017-05-18
    • 文件大小:5025829
    • 提供者:王力
  1. CannyalgorithmMATLAB

    0下载:
  2. canny算子,很有用的一个程序.容易掌握.-a simple and easy algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1642
    • 提供者:肖儿
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com