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

搜索资源列表

  1. cannyfinal.rar

    1下载:
  2. canny边缘检测算法传统算法源程序 毕业设计基于图像边缘检测自适应的研究,canny edge detection algorithm for the traditional procedure
  3. 所属分类:Special Effects

    • 发布日期:2015-06-21
    • 文件大小:1610
    • 提供者:陶彦旭
  1. edge_detection.rar

    0下载:
  2. this file contains the codes to obtain edge detection.Either the "edge"function can be used to directly obtain the edge detection by using the selected derivative estimators.(like-canny,sobel.)or the direct code for SOBEL(gradient method)and LAPLACIA
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1050
    • 提供者:saumya
  1. CANNY_EDGE.rar

    0下载:
  2. CANNY边缘检测,matlab,很容易看懂,Canny edge detection, matlab, very easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1540
    • 提供者:hanwei
  1. PMCanny

    0下载:
  2. 用OpenCV实现的基于各向异性扩散滤波的Canny算法-The Canny Algorithm based on Anisotropic Diffusion Filter and Its Implementation with OpenCV
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:422931
    • 提供者:姜波
  1. c_canny

    0下载:
  2. 采用C语言实现了canny边缘检测算法。可以用于图象边缘检测。-Adopt C language to realize that measure algorithms on canny edge. Can be used in the edge of vision to measure.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:3311
    • 提供者:daxie
  1. canny_edge

    0下载:
  2. canny的原代码,matlab实现过程,带中文说明-canny' s original code, matlab implementation process, with English notes
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1267
    • 提供者:dionysus555
  1. canny

    1下载:
  2. 椭圆检测拟合程序,能够从图片中自动提取椭圆并进行拟合 -Ellipse detection fitting procedure can be automatically extracted from the image to fit the ellipse and the
  3. 所属分类:Graph program

    • 发布日期:2015-06-07
    • 文件大小:621
    • 提供者:licheng
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. OPENCVEXAMPLE

    0下载:
  2. opencv入门代码:具体包括1、加载并显示一幅图像2、播放avi视频3、canny边缘检测4、缩放显示图像。-opencv project code--including image showing,playing avi,canny Edge Detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2527196
    • 提供者:Feng Ye
  1. Canny-Contour-source-code

    0下载:
  2. Canny 算子提取目标轮廓源代码 OpenCV C-Canny Contour source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13806229
    • 提供者:William He
  1. Acquisition_canny

    0下载:
  2. Matlab code to acquire a frame from video input device and find edges using canny algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:725
    • 提供者:Uncle82
  1. MatlabSourceCode

    1下载:
  2. 常见的图像处理matlab源代码,包括梯度锐化、图像镜像、图像平移、图像缩放、图像细化、图像旋转、维纳滤波处理、用Canny算子提取边缘、阈值变换、直方图均衡、中值滤波。-Matlab Source Code about Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1415677
    • 提供者:Andy
  1. CamShift

    0下载:
  2. 基于OpenCV的视频目标跟踪源码。输入的可以是视频文件或摄像头采集。-OpenCV canny a subject.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:5399
    • 提供者:CoolFighter
  1. AComputationalApproachToEdgeDetection

    0下载:
  2. John Canny的边缘检测算法,即著名的Canny算子经典文献。-The edge detection algorithm was witten by John Canny, that is well-known classical literature of Canny operator.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:2039881
    • 提供者:
  1. canny

    0下载:
  2. 此程序实现对一副图像的canny梯度边缘检测算法-This procedure on an image to achieve gradient canny edge detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:828
    • 提供者:李丹婷
  1. ruzon.tar

    0下载:
  2. 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:83326
    • 提供者:黄沛杰
  1. CannyBianYuanTest

    0下载:
  2. 使用NDK编译好的openCV库打开图片进行canny边缘检测再保存的Android程序代码-OpenCV library compiled using the NDK pictures canny edge detection to open and then save the Android code
  3. 所属分类:android

    • 发布日期:2017-05-21
    • 文件大小:6616055
    • 提供者:陈旭
  1. Canny

    0下载:
  2. 基于vc++,对图像进行二值化,并用canny算子提取边缘。-Based on vc++, the binary image and extract the edge with a canny operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3442607
    • 提供者:wy
  1. Canny-Edge

    0下载:
  2. Canny Edge Detector In Matlab
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:886995
    • 提供者:Ahmed
  1. 627

    0下载:
  2. 关于边缘检测各种算法的比较研究,包括roberts,sobel,prewitt,LOG,canny等五种-Edge detection algorithms on the comparative studies, including roberts, sobel, prewitt, LOG, canny and other five
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3383
    • 提供者:李甜甜
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com