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

搜索资源列表

  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. Desktop

    0下载:
  2. 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:6187
    • 提供者:huyong
  1. bianyuanjiance

    0下载:
  2. 在安装了OPENCV库的VC环境中实现边缘检测的代码,类似于CANNY检测-OPENCV library installed VC++ code to achieve edge detection, similar to the detection CANNY
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:653
    • 提供者:江林
  1. canny

    0下载:
  2. 本代码提高了图像处理中最经典的canny边缘检测算法-This code improves the image processing of the most classic canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:621
    • 提供者:李咋
  1. canny-edge-detection

    0下载:
  2. 基于openCV的canny边缘检测代码 VC++ 2008 express环境运行。-The canny edge detection based on openCV code VC++ 2008 express running environment.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:582
    • 提供者:
  1. cannybar02

    0下载:
  2. 使用vc++6.0和OpenCV1.0.实现canny算子检测图像轮廓边缘。代码中有自动阈值滑动样条。-using VC++ and OpenCV. you can see the contour of the images.and the threshold of the canny operator can be set as you will.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:109549
    • 提供者:国学大师
  1. test_Canny

    0下载:
  2. 程序代码用canny检测图像的边缘,效果还是可以的,大家可以-Program code using canny edge detection image, the effect is still possible, we can use
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:637
    • 提供者:悠悠
  1. edge_detect

    0下载:
  2. 本代码为Canny检测算法的实现,功能为对图象边缘确定与提取-The code for the the Canny detection algorithm, determine and extraction the edge of the image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:13764160
    • 提供者:dxl
  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1682929
    • 提供者:jianglei
  1. canny

    0下载:
  2. 这个代码是OPENCV中的canny边缘检测程序,使用 它可以对图像进行边缘检测,使用c/c++编写的,易懂简单-This code is OPENCV the canny edge detection program, use it to image edge detection, the use of c/c++ written, easy to understand simple
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12787579
    • 提供者:暮寒
  1. edge-detection

    0下载:
  2. 本文档是利用opencv实现的边缘检测代码,包括3个算子:canny算子,laplace算子和sobel算子-This document is to use the opencv implementation of edge detection code, including three operator, canny operator, Laplace operator and sobel operator
  3. 所属分类:OpenCV

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

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

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

    0下载:
  2. 基于canny算子的边缘检测的程序代码,非mat类。-Based canny operator edge detection code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:912
    • 提供者:王能
  1. jyy-Canny-SF

    0下载:
  2. opencv有关图像边缘检测,二值转化,图像腐蚀和膨胀代码。-Image edge detection, binary transformation, image erosion and expansion
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:17567565
    • 提供者:季羽
  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
搜珍网 www.dssz.com