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

搜索资源列表

  1. CannyEdgeDetect

    0下载:
  2. 对一帧灰度图像进行canny算子的边缘检测,在VC环境下编译-on a gray image canny operator of edge detection, the VC environment compiler
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:158.85kb
    • 提供者:卡洛宾
  1. canny

    0下载:
  2. canny边缘检测算子源代码,用c语言编写,好东西哦。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7.78kb
    • 提供者:费道花
  1. WEdgeDetect

    0下载:
  2. 自己用VC++实现了基于二进小波变换的图像边缘检测,并与Canny算子作了比较。具有一定参考价值。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.16mb
    • 提供者:wang
  1. code

    0下载:
  2. matlab中canny算子下的边缘检测函数,带详细注释
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:孙志梁
  1. 图像增强及模式分析

    1下载:
  2. 该源码程序包括:增强图像对比度,检测图像边缘(使用Canny算子和Sobel算子),直方图均衡化等图像处理的一些常用算法,且能取得较好的处理效果。
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-10-24
    • 文件大小:801.72kb
    • 提供者:zh_jiapei
  1. work

    0下载:
  2. 根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:46.74kb
    • 提供者:谈晶晶
  1. Cannyedge

    0下载:
  2. canny算子 图像边缘检测-canny edge detection operator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2.58mb
    • 提供者:peter
  1. edge_detection_algorithm

    0下载:
  2. 边缘检测经典算法(Canny算子、Laplace算子程序)-Classical edge detection algorithm (Canny operator, Laplace operator subroutine)
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1.89kb
    • 提供者:jumbo
  1. canny

    0下载:
  2. 采用vc++,借助于OpenCV,利用canny算子进行边缘检测
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5.59mb
    • 提供者:七月
  1. cannydetection

    0下载:
  2. 利用canny算子做的256个灰度级的边缘检测,阈值为自适应取值-canny edge detection used for 256 gray grade image edge detection with canny
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:6.18kb
    • 提供者:王闻知
  1. canny

    0下载:
  2. canny算子,是边缘检测的算子之一,能够为图像处理的应用提供很好的帮助-canny operator, the operator is one of edge detection, image processing applications can provide very good help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:9.59kb
    • 提供者:大海
  1. edgedetection

    0下载:
  2. 采用一种基于灰度对数比的方法,对图像进行边缘检测,并和canny算子进行比较-A method based on gray on the ratio method, edge detection, and compare and canny operator
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3.68mb
    • 提供者:韩小芳
  1. canny

    1下载:
  2. canny算子源代码用于关于边缘检测的毕业论文,可以以此为基础进行修改。-canny operator source code for a thesis on the edge detection can be modified on this basis.
  3. 所属分类:Other systems

    • 发布日期:2015-12-13
    • 文件大小:12kb
    • 提供者:exm
  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 operator, roberts operator, sigma o
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:21.75kb
    • 提供者:陈勇
  1. EDGE

    0下载:
  2. 图像处理: 打开图片 可实现边缘检测 基于 模板算子法,高斯算子 canny算子,小波变换,金字塔,灰度形态学 实现边缘检测-Image processing: Open the image edge detection can be realized Edge detection based the template operator method, Gaussian operator canny operator, wavelet transform, pyramid, gr
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:180.02kb
    • 提供者:
  1. contours

    0下载:
  2. 在VS2008环境下基于OpenCV画出图片中的轮廓,用到Canny算子边缘检测、形态学变换和轮廓遍历-VS2008 environment based on OpenCV draw the outline of the picture, used Canny operator edge detection, morphological transformation and contour traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:890byte
    • 提供者:jeff liang
  1. CameraCapture

    0下载:
  2. emgu cv 摄像头 canny算子 边缘检测-摄像头 边缘检测
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:11.48kb
    • 提供者:齐沛涛
  1. bilateral

    0下载:
  2. canny算子边缘检测源码,用matlab实现,如果需要,请及时下载-canny edge detection source, using matlab to achieve, if you need, please download
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3mb
    • 提供者:张飞
  1. EdgeDetect

    0下载:
  2. C#写的一个边缘提取的程序,以界面形式选择图片,包含了sobel算子、Laplace算子、canny算子三种检测算法可选。-C# to write an edge extraction process to select the interface in the form of pictures, including the sobel operator, Laplace operator, canny operator selectable three detection algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:453.49kb
    • 提供者:紫烟
  1. edge

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

    • 发布日期:2018-05-01
    • 文件大小:123kb
    • 提供者:ilzh
« 12 »
搜珍网 www.dssz.com