CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - canny边缘检测代码

搜索资源列表

  1. canny

    2下载:
  2. canny边缘检测的vc代码,可以实现图像的边缘提取,效果不错
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:179904
    • 提供者:孙伟
  1. Canny

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

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

    0下载:
  2. canny边缘检测算法在opencv的简单实现,很实用的代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1821
    • 提供者:刘飞拓
  1. canny

    1下载:
  2. 这是基于canny算子的边缘检测代码,基于vc环境,程序简洁
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:334601
    • 提供者:chanmaker
  1. Canny

    1下载:
  2. 实现了bmp图像的Canny边缘检测,非常好的代码,欢迎下载-canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2015-05-24
    • 文件大小:3442097
    • 提供者:智慧川
  1. ruzon.tar

    0下载:
  2. 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:83326
    • 提供者:黄沛杰
  1. matlab_4

    1下载:
  2. 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Edge det
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:51657
    • 提供者:pride
  1. simplecanny

    0下载:
  2. 基于OpenCV库,采用c++语言实现的canny边缘检测算法核心代码-Based on the OpenCV library, the use of c++ Language canny edge detection algorithm of the core code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:443781
    • 提供者:杨勐
  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-11
    • 文件大小:1489
    • 提供者:海宸
  1. CImageEdgeDetection

    0下载:
  2. 边缘检测代码,包含Sobel、canny等经典边缘检测算子-image edge detection code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:120630
    • 提供者:Snake
  1. canny

    0下载:
  2. 图像处理的canny算子边缘检测的vc代码-canny code of vc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3895701
    • 提供者:赵琳
  1. CANNY

    0下载:
  2. 上学时导师给的边缘检测代码,是经典的Canny算子边缘检测。C代码,可供大家学习,实验-School teacher to the edge detection code, is a classic Canny edge detection operator. C code, for them to learn, experiment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3638
    • 提供者:chenhongcai
  1. kucanny

    0下载:
  2. 经典的canny边缘检测算法,是学习边缘检测的好代码-good canny edge detection,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1563
    • 提供者:qixiaowei
  1. EdgeDetect

    0下载:
  2. canny和sobel边缘检测算子在matlab下进行边缘检测代码,并在参数方面做以优化-canny and sobel edge detection under matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:7926
    • 提供者:zrq
  1. canny

    0下载:
  2. 基于opencv的VC++的图像canny边缘检测算法代码-canny contour detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:607
    • 提供者:vivicharchar
  1. canny

    0下载:
  2. Canny边缘检测是一种基于最优化算法的边缘检测算子,具有检测精度高和信噪比良好等优点。本代码完整实现了Canny算子,并利用canny算法对输入图像进行边缘检测,输出边缘图像。-Canny operator is an edge detection operator based on the optimized method. This code implemented Canny operator, and output the edge image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1442
    • 提供者:Zhang
  1. canny-code

    0下载:
  2. canny源代码,数字图像处理经典代码,canny边缘检测-canny code
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:4250772
    • 提供者:liushuo
  1. canny

    0下载:
  2. canny边缘检测代码,实现检测图像的边缘信息,可以提取出图像的边沿-Canny edge detection code to detect the edge of the image information, you can extract the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2994
    • 提供者:zz
  1. Canny-edge-detection

    0下载:
  2. canny边缘检测,实例代码,亲测可用,欢迎下载-Canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:1251328
    • 提供者:冯静
  1. Canny

    1下载:
  2. MATLAB 的canny边缘检测代码 , 亲测好用。。。。。。。。。。。。。。(Edge Detection Algorithms in MATLAB)
  3. 所属分类:图形图像处理

    • 发布日期:2020-01-07
    • 文件大小:1024
    • 提供者:电动车牌子
« 12 3 »
搜珍网 www.dssz.com