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

搜索资源列表

  1. CANNY

    0下载:
  2. 对特定图片进行canny边缘检测。首先是高斯模糊,然后sobel算子处理,再局部极大值确定,最后阈值判断。(Canny edge detection for a particular picture. The first is the Gauss fuzzy, and then the Sobel operator is processed, and then the local maximum is determined, and finally the threshold is judged
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:TonytheGreat
  1. canny

    0下载:
  2. canny算子.you can you up(canny.you can you up)
  3. 所属分类:图形图像处理

  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. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:4109312
    • 提供者:于大白
  1. Canny Detector

    0下载:
  2. MATLAB上实现Canny边缘检测,经过高斯滤波,边缘检测,非极大抑制,阀值处理,能够很好的实现边缘检测。程序里需要更改换成自己的路径和地址名。(This is the source of MATLAB for Canny edge detector. Well, it can effectively detect the edge information of the desired image.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:林中木
  1. Canny

    0下载:
  2. 本压缩包是canny边缘检测的相关程序,有利于初学者学习边缘检测相关知识。图片路径请自行改动。(The compression package is Canny edge detection related procedures, useful for beginners to learn edge detection related knowledge. Please change the picture path automatically.)
  3. 所属分类:图形图像处理

  1. canny边缘检测

    0下载:
  2. 彩色图像在HSI模型下的CANNY边缘检测(CANNY edge detection of color images under HSI model)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:tingwwwting
  1. canny matlab

    0下载:
  2. this program shows how to implement canny detection in matlab environment
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:375808
    • 提供者:deelan4
  1. VC++ Canny算子提取边缘算法示例

    0下载:
  2. VC++ Canny code ! compiled by vc 6.0, it's effective!
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:155648
    • 提供者:shplee
  1. CANNY

    0下载:
  2. 根据CNNAY算法的4个步骤 1. 用高斯滤波器平滑图像;(图像去噪) 2. 用一阶偏导有限差分计算梯度幅值和方向;(特征增强) 3. 对梯度幅值进行非极大值抑制 ;(边缘检测) 4. 用双阈值算法检测和连接边缘。(形态学处理) 编写的边缘检测程序,简单实用(There are four parts of Canny edge detection: 1. smoothing the image with Gauss filter; (image denoising) 2. c
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:UJSLEMON
  1. canny

    0下载:
  2. canny算法特征提取,可以有效提取边缘特征。(canny algorithm feature extraction can extract the edge characteristics effectively .)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:17778688
    • 提供者:fishflyboat
  1. Canny算子

    0下载:
  2. canny算子提取边缘图像,源代码,非调用(The Canny operator to extract the edge image, source code, non cal)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:94208
    • 提供者:游泳的鱼
  1. blur&canny

    0下载:
  2. 把图像进行10次blur,每次blur三个梯度的canny。opencv的教程两本(Take the image 10 times blur, each time blur three gradient canny)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-03
    • 文件大小:27141120
    • 提供者:dusy
  1. matlab canny

    0下载:
  2. using matlab canny to detect the edge of the image
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:496640
    • 提供者:mrsun
  1. canny函数用法

    0下载:
  2. canny边缘检测 先滤波 转化成灰度图 再进行边缘检测(edge detection using canny function)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:150528
    • 提供者:拂晓轻寒
  1. canny

    1下载:
  2. canny边缘检测的步骤: 1,生成高斯核,与图像做卷积 2,计算梯度图像 3,非极大值抑制 4,双阈值法和连接边缘(Canny edge detection steps: 1, Generate Gaussian kernel, convolution with the image 2, calculate the gradient image 3, non-maximal inhibition 4, double threshold method and connect th
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:周杰伦的
  1. canny

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

    • 发布日期:2018-01-07
    • 文件大小:9216
    • 提供者:总队长
  1. canny

    0下载:
  2. canny边缘检测,图像处理,用于图像分割,(Canny edge detection, image processing, image segmentation,)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:184320
    • 提供者:jerrypb
  1. canny

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

    • 发布日期:2018-01-10
    • 文件大小:6024192
    • 提供者:moon0704
  1. canny边界提取

    0下载:
  2. opencv初学教程canny边界提取代码(canny,opencv,Boundary extraction)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:千城
  1. 【5】canny边缘检测

    0下载:
  2. 基于opencv的canny边缘检测代码,较好地进行边缘检测(Based on opencv canny edge detection code, a better edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-22
    • 文件大小:2319360
    • 提供者:catheriine
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com