搜索资源列表

  1. Canny

    0下载:
  2. canny边缘检测 检测图片的边缘信息 对于初学者很有帮助-canny edge detection to show the image edge ,it is easy and widely used by people ,suitble for beginer to learn something basic
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:3310592
    • 提供者:cj
  1. canny

    0下载:
  2. 滤波及边缘检测,包括中值滤波,均值滤波,高斯滤波,canny边缘检测,prewitt算子等。-Filtering and edge detection, median filter, mean filter, Gaussian filter, canny edge detection, prewitt operator and so on.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:1461248
    • 提供者:姚晓飞
  1. bianyuanjiance

    0下载:
  2. 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt opera
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:22528
    • 提供者:陈勇
  1. Canny

    0下载:
  2. opencv学习——canny边缘检测源程序 通过此程序学习如何用opencv编写canny边缘检测程序 是学习opencv的捷径所在-opencv learning- canny edge detection opencv source to learn through this program to learn how to write with opencv canny edge detection program shortcu
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:1566720
    • 提供者:张峰
  1. Canny

    0下载:
  2. 开发环境VC++6.0,这是一个用OpenCV做的canny边缘检测算法-Development environment VC++6.0, this is one to do with OpenCV canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:7050240
    • 提供者:杨强
  1. canny

    0下载:
  2. 从摄像头或.AVI格式文件中捕捉视频流并进行Canny边缘检测-capture video stream from camera or .avi format and Canny edge detection
  3. 所属分类:其他小程序

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

    0下载:
  2. canny边缘检测,对学习canny的同学有所帮助,opencv实现的!-canny edge detection, to help students to learn canny opencv realized!
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:5593088
    • 提供者:zhanghao
  1. canny

    0下载:
  2. canny边缘检测方法的matlab实现 希望能有帮助 -canny edge detection method matlab hoping to help thank you
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:曲悠杨
  1. canny

    0下载:
  2. 基于opencv的VC++的图像canny边缘检测算法代码-canny contour detection
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 基于opencv的canny边缘检测算法,非常好用-opencv canny programming
  3. 所属分类:.net编程

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:李洁
  1. canny

    0下载:
  2. Canny边缘检测,主要用于OPENCV的软件应用 -Canny edge detection, mainly for software applications OPENCV
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:王越
  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 e
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Zhang
  1. Canny-edge-process

    0下载:
  2. 用C语言实现的对图像进行canny边缘检测,可进一步用于图像修复分割等处理-C language canny edge detection of an image can be further used for image restoration and segmentation processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:160768
    • 提供者:李梦雨
  1. canny-code

    0下载:
  2. canny源代码,数字图像处理经典代码,canny边缘检测-canny code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:4250624
    • 提供者:liushuo
  1. canny

    0下载:
  2. 一种canny边缘检测的具体算法,包括每一步的原理-A canny edge detection algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:271360
    • 提供者:读研
  1. otsu-canny

    0下载:
  2. 基于otsu的自适应阀值canny边缘检测-adaptive canny edge detection based on otsu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:瞿成
  1. canny

    0下载:
  2. opencv实现canny边缘检测-opencv realize canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:2985984
    • 提供者:雪欣共享号
  1. opencv-Canny

    0下载:
  2. 基于opencv的Canny边缘检测源代码,可以读取图像对起是缩放,可作为opencv的基础入门。-Canny edge detection based on the opencv source code, can be read from the image pair is scaled, can be used as the basis for opencv entry.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:徐世勇
  1. canny

    0下载:
  2. CANNY边缘检测,实现了图像的边缘检测,效果很好-CANNY edge detection, image edge detection to achieve good results
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:3020800
    • 提供者:雷江
  1. canny

    0下载:
  2. canny边缘检测,可以进行图像的边缘检测-canny edge detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:欧文
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

源码中国 www.ymcn.org