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

搜索资源列表

  1. lunkuotiqu

    0下载:
  2. 利用OPENCV,切运用CANNY算法对一副图像进行轮廓提取-Use OPENCV, cut algorithm using CANNY image contour extraction of a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2315349
    • 提供者:dkw
  1. 通过霍夫检测检测图像中的直线

    0下载:
  2. Opencv环境中,通过霍夫检测检测图像中的直线,经过了ROI裁剪,形态学处理,canny算子检测等各种预处理。-In the opencv environment,do the line detection using Hough Transform. By cutting the ROI, morphological processing, canny boundary preprocessing.
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-22
    • 文件大小:2293
    • 提供者:David Ding
  1. edge.rar

    0下载:
  2. 利用OPENCV提取目标边缘,包括SOBEL,ROBET,CANNY算子,可以对几种算子进行对比验证,OPENCV extract the edge of the use of goals, including SOBEL, ROBET, CANNY operator can be of several comparison operators to verify
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:96612
    • 提供者:zhou
  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
    • 文件大小:2695168
    • 提供者:LI
  1. simplecanny

    0下载:
  2. 基于OpenCV库,采用c++语言实现的canny边缘检测算法核心代码-Based on the OpenCV library, the use of c++ Language canny edge detection algorithm of the core code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:443781
    • 提供者:杨勐
  1. edge

    0下载:
  2. 应用Canny算子进行图像的边缘检测. 利用OpenCV的快速实现-Application of Canny Operator image edge detection. Use of the rapid realization of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1346
    • 提供者:李义
  1. opencv_canny

    0下载:
  2. 在OpenCV中 用 Canny 算子检测图象的边缘-At OpenCV using Canny operator Detected edge image ......
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:270684
    • 提供者:
  1. edge

    0下载:
  2. 边缘检测算法(canny),在opencv下采用c编写-canny
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:852
    • 提供者:Lily
  1. include

    0下载:
  2. 应用OpenCV进行边缘检测,利用了Canny准则和Canny算法,OpenCV中提供了封装后的Canny函数,应用这个函数对图像进行边缘检测将取得十分理想的效果-OpenCV application to edge detection, the use of the Canny criteria and Canny Algorithm, OpenCV provides a package after the Canny function, the application of the func
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:11054
    • 提供者:huzhanqi
  1. cvery_567334634634

    0下载:
  2. opencv库canny算子源码,可用于边缘检测,开源代码-opencv library source canny operator, can be used for edge detection, open source code
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:17949
    • 提供者:pine051025
  1. OpenCVBorderDetect

    0下载:
  2. 本程序是基于OpenCV进行的图像边缘检测,canny,sobel,laplace等算法的应用-This procedure is based on the OpenCV for image edge detection, canny, sobel, laplace, etc. Application of algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3951406
    • 提供者:郭大万
  1. opencv_canny

    0下载:
  2. 基于opencv实现canny边缘检测,谢谢,-Based on the realization of canny edge detection opencv, thank you, ha ha
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3624
    • 提供者:胡静
  1. opencvcannyedgedetectionalgorithm

    0下载:
  2. 利用opencv编写的一段采用canny算法进行边缘检测的程序代码-Section prepared using opencv using canny edge detection algorithm of the program code
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:85024
    • 提供者:xuefengathena
  1. ys10

    0下载:
  2. 应用于opencv 进行图片处理 主要是对图像进行边缘检测 用的是canny算子-use in opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:806
    • 提供者:杨崧
  1. Frame

    0下载:
  2. 读取指定帧并灰度化并canny边缘提取及灰度直方图及RGB值,借用OPENCV-Reads the specified frame and the graying and the canny edge detection and histogram and RGB value, using OPENCV
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:610039
    • 提供者:张峰
  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-04
    • 文件大小:653
    • 提供者:江林
  1. OpenCV_Canny_test

    0下载:
  2. 用Visual C++ 调用OpenCV 实现Canny边缘检测-Canny edge detection opencv implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1809787
    • 提供者:Wang Tingting
  1. 89764532

    0下载:
  2. 使用Opencv进行Canny算子边界提取的示例程序-Canny operator using Opencv to extract the sample programs boundary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:300449
    • 提供者:zoumuchun
  1. OPENCV_TEST

    0下载:
  2. 结合Opencv工具,在vc++平台上的程序。对输入图像,输入视频文件直方图均衡化和Canny边缘检测,同时对摄像头输入视频进行直方图均衡化和Canny边缘检测。-Combined Opencv tool, vc++ platform procedures. Of the input image, histogram equalization, the input video files and Canny edge detection, while the video camera inpu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:32678
    • 提供者:胡宗亮
  1. DLG_OpenCV

    0下载:
  2. 自己编写的基于MFC的OPENCV下Canny边缘检测以及CannyII边缘检测,对于学习了解OPENCV图像处理很有帮助。-I have written under OPENCV MFC-based Canny edge detection and CannyII edge detection, image processing to learn about OPENCV helpful.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:41155
    • 提供者:王 杰
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com