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

搜索资源列表

  1. edgedetect

    0下载:
  2. 基于OPENCV采用Canny算子进行边缘检测,能够很好检测出边缘-Based on OPENCV use Canny operator for edge detection,it can very detect the edge well.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:2.57mb
    • 提供者:LI
  1. bfCanny

    1下载:
  2. 基于双边滤波的图像Canny边缘检测。先对图像进行双边滤波,再对其进行Canny算子的边缘检测。-Based on bilateral filtering image Canny edge detection. The first image bilateral filtering, and then them Canny edge detection operator.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:3.27kb
    • 提供者:陈利聪
  1. canny

    0下载:
  2. 在opencv下实现canny算子的边缘检测。-Use the algorithm of canny to achieve edge detection in OpenCV.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.38mb
    • 提供者:liufang
  1. avireader

    0下载:
  2. 简单的几个opencv函数处理,包括边缘检测,高斯滤波,canny算子等。-Opencv functions of several simple processing, including edge detection, Gaussian, canny operator and so on.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9.57mb
    • 提供者:
  1. edge

    0下载:
  2. 采用canny算子进行边缘检测,小阈值控制边缘连接,大阈值控制边缘的初始分割-Canny operator used for edge detection, edge linking a small threshold control, threshold control large initial segments of the edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1.36mb
    • 提供者:何逸
  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
    • 文件大小:106.98kb
    • 提供者:国学大师
  1. canny

    0下载:
  2. 滤波及边缘检测,包括中值滤波,均值滤波,高斯滤波,canny边缘检测,prewitt算子等。-Filtering and edge detection, median filter, mean filter, Gaussian filter, canny edge detection, prewitt operator and so on.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:姚晓飞
  1. canny

    0下载:
  2. opencv 采用Canny算子进行边缘检测,包含函数注释-opencv canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:2.02kb
    • 提供者:jinyizhong
  1. opencv_canny_edgedetection

    0下载:
  2. OpenCvChina上面下载的基于Canny算子的边缘检测程序,效果不错,VC6.0上亲测。-Based on the above download OpenCvChina Canny operator edge detection procedure, the effect is good, no problems on VC6.0.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.73mb
    • 提供者:lichen
  1. canny

    0下载:
  2. 采用Canny算子进行边缘检测,运行结果可通过滑动调节阈值-Using Canny operator edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.14mb
    • 提供者:赵栋梁
  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
    • 文件大小:1.6mb
    • 提供者:jianglei
  1. Edge-detection-using-Canny

    0下载:
  2. 使用边缘检测的Canny算子检测圆形边缘,并且用哈夫方法检测圆形-Use the Canny edge detection operator to detect circular edge, and hough method is used to inspect the circular
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:5.94mb
    • 提供者:陈永志
  1. canny_test

    0下载:
  2. canny算子边缘检测,和传统的边缘检测算子相比,Canny 算子具备更好的检测效果。-canny egde detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:marry
  1. canny

    0下载:
  2. canny算子,进行边缘检测,图片打开,内存释放-Canny operator, edge detection, image open, memory release
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3.43mb
    • 提供者:邓小双
  1. canny

    0下载:
  2. canny算子检测边缘。给予opencv3.0的canny算子的使用方法,使用IDE 是VS2010,OPENCV版本是3.0。非常好用的教程-canny edges detect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.89mb
    • 提供者:hubaolin
  1. canny

    0下载:
  2. canny算子边缘检测 提取图像边缘并显示-canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1021.83kb
    • 提供者:Fxy
  1. canny

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

    • 发布日期:2017-04-12
    • 文件大小:912byte
    • 提供者:王能
  1. Canny边缘检测

    0下载:
  2. 基于opencv库,使用vs2015,Canny边缘算子 的应用(Based on the opencv library, the use of vs2015, Canny edge operator)
  3. 所属分类:OpenCV

  1. canny边缘检测

    0下载:
  2. 使用canny算子进行图像的边缘检测,检测效果良好(Image edge detection using Canny operator)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-18
    • 文件大小:791kb
    • 提供者:yuwawa
  1. test_edge_detection

    0下载:
  2. 对图像首先进行3*3内核平滑降噪,然后使用Canny算子做边缘检测(First perform 3*3 kernel smooth noise reduction on the image, then use Canny operator for edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:8.96mb
    • 提供者:水里一条猫
« 12 »
搜珍网 www.dssz.com