搜索资源列表

  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:4109312
    • 提供者:于大白
  1. PA_Features

    0下载:
  2. 详细的canny算子算法进行图像的边缘检测,内附图片检测效果(Detailed Canny operator algorithm for image edge detection, containing the picture detection effect)
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. canny边缘检测,传统边缘检测算法的研究,试图将独立边的候选像素拼装成轮廓(Edge detection; traditional algorithm)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:佰草集
  1. canny

    0下载:
  2. 图像的边缘检测的原理是检测出图像中所有灰度值变化较大的点,而且这些点连接起来就构成了若干线条,这些线条就可以称为图像的边缘。(The principle of edge detection of an image is to detect all the changes in the gray value of the image, and these points are connected to form a number of l
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:4096000
    • 提供者:satchel
  1. canny_edge

    0下载:
  2. 一个源代码,可以实现Canny算子图像的边缘检测,(A source code, you can achieve Canny operator image edge detection,)
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:鹤鹤1
  1. 作业3

    0下载:
  2. 使用matlab自带的rice图像进行边缘检测(using the rice image from matlab platform as a sample image.detect deges of this image by using canny dege detection method and segment tihs image using watershed method)
  3. 所属分类:其他小程序

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

    0下载:
  2. 基于python语言的canny使用,对图片进行边缘检测,提取图片的边缘曲线(Canny based on the Python language, edge detection of the image, extract the edge of the image curve)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:总队长
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:6024192
    • 提供者:moon0704
  1. 边缘检测

    0下载:
  2. 边缘检测算子测试,以及对比。包括有Roberts,Canny,Sobel 等算子(Edge detection operator test and contrast.including Roberts,Canny and so on)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:WEI19941010
  1. 2边缘检测

    0下载:
  2. Canny算子检测边缘,并在此基础上做Hough变换,拟合直线(Canny operator detects the edge, and based on this Hough transform, fitting straight line)
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. windows10+opencv2.4.13+vs2017,过程具体实现,可以生成中间图(Windows10+opencv2.4.13+vs2017, the process is implemented, and an intermediate graph can be generated)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:15253504
    • 提供者:lovelife233
  1. 原程序

    0下载:
  2. 四种常见的边缘检测算子 prewitt算子,sober算子,拉普拉斯,canny(Four common edge detection operators)
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 实现边缘检测,非常好用,毕设需要是最好的(It is very good to realize the edge detection, and it is the best to set up the need.)
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. canny算子检测边缘,是一种常用的边缘检测算法。文件包含了canny的边缘检测(canny edge detection)
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. C#下几种图像边缘检测算法实现,包括模板算子、高斯算子、Canny算子、灰度形态学、小波变换、金字塔等。(Implementation of several image edge detection algorithms under C#)
  3. 所属分类:其他小程序

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

    0下载:
  2. 在计算机视觉领域,边缘检测的改进,和MATLAB系统函数的对比。(Edge detection improvement)
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:AplinNut
  1. src的副本

    0下载:
  2. 实现了canny 和 sobel边缘检测(Implementation canny sobel of edge detection algorithm)
  3. 所属分类:其他小程序

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

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

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

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:电动车牌子
  1. hough变换实现边缘检测

    0下载:
  2. 基于matlab实现图像边缘检测。首先使用高斯滤波器对图像进行去噪和平滑处理,目的是减少噪声对梯度计算的影响。接着计算梯度幅值大小和方向,Canny算法的基本思想是寻找一幅图像中灰度值变化最强的位置,平滑后的图像由prewitt算子计算梯度的幅值和方向。然后采用非极大值抑制技术消除边缘误差,使模糊的边界变得清楚。最后采用双阈值技术对非极大值抑制后的图像做进一步的处理,并用滞后技术跟踪边缘,进行边缘连接。
  3. 所属分类:图形/文字识别

« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »

源码中国 www.ymcn.org