搜索资源列表

  1. Canny

    0下载:
  2. 256色图片canny算法检测边缘源程序!需要的就下!1-256-color image Laplacian edge detection algorithm source code! Needed on the next! 1
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:159744
    • 提供者:
  1. opencv_sample

    0下载:
  2. 在mfc中使用opencv的开发实例,实现了canny算法、矩形检测、金字塔切割等算法-mfc,opencv,canny,find square...
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:12154880
    • 提供者:hopper
  1. cannyfinal

    0下载:
  2. canny边缘检测算法传统算法源程序 毕业设计基于图像边缘检测自适应的研究-canny edge detection algorithm for the traditional procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:陶彦旭
  1. canny

    0下载:
  2. VC实现的canndy边缘检测算法的源码,还不错-VC achieved canndy the edge of the source detection algorithm, but also good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:150528
    • 提供者:唐小天
  1. canny

    0下载:
  2. canny算法是图像处理中一个重要的算法。-canny algorithm is an important image processing algorithms.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:27997184
    • 提供者:邓立平
  1. canny

    0下载:
  2. canny算法,图像边缘提取,常用图像处理算法-canny algorithm for image edge extraction, image processing algorithm used
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:God
  1. Canny

    0下载:
  2. canny算法的VC++实现,运行良好。-canny algorithm for VC++ implementation running well.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1328128
    • 提供者:Lin Xi
  1. canny

    0下载:
  2. canny算子实例,很不错的啊,算法效率很高-canny operator instance, a very good ah, the algorithm very efficient
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:495616
    • 提供者:sunjin
  1. 3-3

    0下载:
  2. openCV的canny算法,有图也可以运行,请大家自己下载-openCV CANNY
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1555456
    • 提供者:许佳炜
  1. matlabcode

    0下载:
  2. canny edge detector分步实现,学校的作业,便于学习canny算法-canny edge detector to achieve step by step, school operations, facilitate learning canny algorithm for
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:周靖婷
  1. canny

    0下载:
  2. canny算法主要用于图像轮廓扫描图像识别-canny image contour scanning method is mainly used for image recognition
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1394688
    • 提供者:王猛
  1. EffectOfCanny

    0下载:
  2. Canny算法的改进算法。 电子数字图像的边缘检测是机器人视觉的研究基础,而canny算法是十分重要的。-Canny for detection of edge of digital image.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:苗晨
  1. canny

    0下载:
  2. 外国人写的CANNY边界检测算法,代码质量很高,对初学编程很有帮助。-Foreigners write CANNY edge detection algorithm, code quality is high, very helpful for beginners programming.
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:gillyamylee
  1. canny2

    0下载:
  2. opencv图像处理源代码---canny算法-opencv image processing source code--- canny algorithm
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:410624
    • 提供者:陈卓
  1. canny

    0下载:
  2. 一个非常好的图像边缘检测算法 -一个非常好的图像边缘检测算法
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:youshu
  1. PMCanny

    0下载:
  2. 用OpenCV实现的基于各向异性扩散滤波的Canny算法-The Canny Algorithm based on Anisotropic Diffusion Filter and Its Implementation with OpenCV
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:422912
    • 提供者:姜波
  1. canny

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

    • 发布日期:2024-05-20
    • 文件大小:1271808
    • 提供者:lx
  1. canny-edge

    0下载:
  2. 边缘检测,源代码,基于matlab的。是canny算子。也可以改动一下模板,即可变成其他算法的了。-Edge detection, source code, based on matlab' s. Is a canny operator. Can also change what the template, you can become the other algorithms.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xy
  1. Canny

    0下载:
  2. 这是用opencv编写的canny算法,程序简单易懂!-this is an canny program!
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:彭维演
  1. Canny

    0下载:
  2. 利用canny算法 寻找边缘,可以用于边缘倾斜校正。外轮廓查找等-Using canny algorithm to find the edge, the edge can be used to tilt correction. Find other outline
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:158720
    • 提供者:lingdu0001
« 1 2 3 4 56 7 8 9 10 ... 29 »

源码中国 www.ymcn.org