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

搜索资源列表

  1. OpenCVL

    0下载:
  2. 这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。-this one OpenCV code. Through library function call, on the brink of achieving Photo contour detection and identification. For entry OpenCV of great reference value.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:34589
    • 提供者:liangjie
  1. canny_opencv

    0下载:
  2. Canny边缘检测 Wikipedia,自由的百科全书 来自于仕琪的讲稿《使用OpenCV进行图像处理》中的例程 -Canny edge detection From free encyclopedia from Shiqi scr ipt "OpenCV use image processing," the routines
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:大海
  1. wjs

    0下载:
  2. 在vc++基础上采用openCV编程实现的Sobel边缘检测-vc based on the use of the programming openCV Sobel Edge Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:39728
    • 提供者:汪婧
  1. canny

    0下载:
  2. opencv中的canny边缘检测程序,可以实现图像的边缘检测-opencv the canny edge detection procedures, can achieve image edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-28
    • 文件大小:128695
    • 提供者:董鑫科
  1. opencv-show-image-based-on-MFC

    0下载:
  2. 基于MFC实现opencv图像显示、灰度化、旋转、边缘检测和缩放功能-Opencv display, gray, rotate, edge detection and zoom image based on the MFC
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:8774
    • 提供者:谢宝中
  1. Canny

    0下载:
  2. Visual C++ 的OpenCV Canny边缘检测-OpenCV Canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:11820617
    • 提供者:顾南阳
  1. lane_detection

    0下载:
  2. 基于VS+opencv,实现实时车道线检测。首先通过边缘检测,再运用霍夫变换进行直线检测。(VS+opencv.Real time lane detection)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:chapman
  1. PSOIZFR49

    0下载:
  2. 用于边缘检测的程序,86年canny算法,不错的源码(Canny algorithm is used for edge detection procedures, 86, a good source)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:沈然凤
  1. test

    0下载:
  2. 实现了opencv中的图像处理代码,图像滤波,形态学运算,图像的边缘检测(Realize the opencv image processing code, image filtering, morphological operations, image edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:5478400
    • 提供者:宋乐
  1. opencv_day05

    0下载:
  2. 关于opencv中图像边缘检测和图像识别的代码(About OpenCV image edge detection and image recognition code)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:18802688
    • 提供者:宋乐
  1. HNY_CV_002

    0下载:
  2. 实时显示双目视频,对采集的视频进行canny边缘检测。(Real time display of binocular video, canny video acquisition of edge detection.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:3578880
    • 提供者:robinzzz
  1. allstep

    0下载:
  2. 基于opencv的滤波、反色、边缘检测、形状匹配。(Opencv filtering, edge detection, color and shape matching based on.)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:11935744
    • 提供者:ME_Gao
  1. CmCode-master

    0下载:
  2. 很多显著性检测的算法,来自CMm的网站,包含matlab以及opencv;(This solution contains source code from Ming-Ming Cheng's research projects. Please refer to the project page for more source code and research data: http://mmcheng.net/ The source code is for educational a
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:1226752
    • 提供者:inging0
  1. video1

    0下载:
  2. 视频处理,基于opencv+visual Stadio 的视频采集以及边缘检测算法对视频的处理。(Video processing, video acquisition based on opencv+visual Stadio and the processing of video by edge detection algorithm.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:溫可言
  1. contour

    0下载:
  2. 边缘检测,轮廓提取基本操作,VS 2013 64位仅供学习(Edge detection, outline extraction basic operation, VS 201364 bits for learning only)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:4840448
    • 提供者:wkhno
  1. WeChat_jump

    0下载:
  2. 电脑模拟按键实现微信跳一跳自动跳跃。首先就是在上传的autojump.png图片上进行模板匹配,匹配出小人,并计算小人的坐标;如上图所示,框出来的用红色箭头所指即为小人的坐标! 然后就是通过Canny()函数进行图像的边缘检测,这里使用的阈值为5,10基本可以检测出所有边缘信息(Computer simulation keys to achieve WeChat jump one jump automatically. First of all, template matching is per
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:13359104
    • 提供者:shuang0——0
  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
    • 文件大小:9398272
    • 提供者:水里一条猫
  1. edge_detection

    1下载:
  2. 使用canny算子对图像进行边缘检测,用于RCNN的目标检测。(Edge detection using Canny operator)
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-31
    • 文件大小:1024
    • 提供者:哈哈胡
  1. 边缘检测python

    1下载:
  2. 利用python的opencv库检测DEM图像的边缘,提取地形的边缘线
  3. 所属分类:源码下载

  1. opencv_CannyEdgeDetection

    2下载:
  2. 基于python和opencv库的边缘检测处理程序(Edge detection processing program based on Python and opencv Library)
  3. 所属分类:OpenCV

    • 发布日期:2020-12-24
    • 文件大小:3072
    • 提供者:Coding_WZP
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com