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

搜索资源列表

  1. Canny

    0下载:
  2. Canny边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。-Canny edge detection operator is John F. Canny developed in 1986 out of a multi-level edge detection algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:860
    • 提供者:hqx
  1. canny

    0下载:
  2. OPENCV学习代码,canny边缘检测,设置不同阈值进行边缘检测,得到不同的效果-OPENCV learning code, canny edge detection, set different thresholds edge detection, get different results
  3. 所属分类:OpenCV

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

    0下载:
  2. Canny边缘检测算法: 用高斯滤波器平滑图像; 用一阶偏导的有限差分计算梯度的幅值和方向; 对梯度幅值进行非极大值抑制; 用双阈值算法检测和连接边缘。 -canny contour extraction algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2190
    • 提供者:陶潜水
  1. canny

    0下载:
  2. 读取视频,灰度变换后进行Canny边缘检测-Load video,grey convertion and then Canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:629
    • 提供者:郑娇
  1. canny

    0下载:
  2. 提供了canny边缘检测算子图像边缘提取算法的具体步骤和源程序,附有图像说明-Provides a canny edge detection operator image edge extraction algorithm of concrete steps and source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:59873
    • 提供者:叶子
  1. canny

    0下载:
  2. canny边缘检测算法,.txt格式,自行运行MATLAB- canny edge detection algorithm,.txt format, self-run MATLAB
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2239
    • 提供者:晓玉
  1. canny

    0下载:
  2. opencv中的canny边缘检测程序,可以实现图像的边缘检测-opencv the canny edge detection procedures, can achieve image edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-28
    • 文件大小:128695
    • 提供者:董鑫科
  1. canny

    0下载:
  2. 运动目标检测中的canny边缘检测自适应代码-Moving Target Detection canny edge detection adaptive Codes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:972
    • 提供者:童伟
  1. canny

    0下载:
  2. cimg canny 使用cimg库实现的canny边缘检测方法,需要下载CImg.h文件-cimg canny
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:1652
    • 提供者:wang
  1. 图像边缘检测

    0下载:
  2. 包含有所有传统图像边缘检测matlab程序,亲测可用,有canny,sobel,prewitt,roberts,log等算子
  3. 所属分类:matlab例程

  1. bianyuanjiance--canny

    0下载:
  2. Canny边缘检测算子(Canny,1983;Brady,1984;Canny,1986)可以说是当前最受欢迎的边缘检测技术,它对受白噪声影响的阶跃性边缘是最优的。-Canny edge detection operator (Canny, 1983 Brady, 1984 Canny, 1986) can be said to be currently the most popular edge detection technology, it s a step by the white
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2404
    • 提供者:lqsayf
  1. canny

    1下载:
  2. Java Android实现canny边缘检测-Java Android canny
  3. 所属分类:Special Effects

    • 发布日期:2015-12-07
    • 文件大小:11437056
    • 提供者:张芳冰
  1. Canny-edge-detection

    0下载:
  2. 用OpenCV实现canny边缘检测,和MATLAB的canny边缘检测有所不同。-Canny edge detection using OpenCV,it s different the canny in MATLAB.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:783087
    • 提供者:Bruce
  1. canny

    0下载:
  2. canny边缘检测算法的实现 matlab平台经滤波,增强后通过阈值化方法来检测。-canny edge detection algorithm to achieve matlab platform filtered, detected by thresholding approach after enhanced.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:42696
    • 提供者:刘潇
  1. canny

    0下载:
  2. Canny边缘检测,包括高斯滤波、梯度处理、非极大值抑制、双阈值处理及边缘连接四个部分。-Canny edge detection, including Gaussian filtering, gradient processing, non-maxima suppression, dual-threshold and edge connection.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1595979
    • 提供者:邬乐章
  1. Canny

    0下载:
  2. 基于vc++开发环境下的canny边缘检测,实现对灰度图的边缘检测-Canny edge detection based on vc++ development environment, realize the gray image edge detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4030424
    • 提供者:任燃
  1. canny

    0下载:
  2. canny边缘检测底层代码,能较好实现边缘提取-canny algirithen
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1986
    • 提供者:林锦州
  1. Canny

    0下载:
  2. Visual C++ 的OpenCV Canny边缘检测-OpenCV Canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:11820617
    • 提供者:顾南阳
  1. Canny

    0下载:
  2. 适用于opencv初学者 canny边缘检测将输出写入一个单通道(灰度级)图像-Applicable to opencv beginners canny edge detection writes the output to a single channel (grayscale) image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5107112
    • 提供者:张雨轩
  1. canny

    0下载:
  2. canny边缘检测算法,利用opencv实现,vs2015,opencv2.4.13-canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2766352
    • 提供者:shao
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com