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

搜索资源列表

  1. OpencvDemo01

    0下载:
  2. 基于opencv实现的边缘检测算法,及其算法扩展,使用opencv2.3.1,vs2008环境-Edge detection algorithm based on opencv achieve its algorithm extended 。 use opencv2.3.1, vs2008 environment
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:3452206
    • 提供者:yuew
  1. EdgeDetection

    0下载:
  2. 利用opencv的亚像素级别的边缘检测和获取,添加了原有程序的包含文件和库,可以直接调试运行,个边参数可以根据实际情形修改-Sub-pixel level using opencv edge detection and access, added to the original program to include files and libraries, can direct debugging run, edge parameters can be modified according to
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:13083247
    • 提供者:alf
  1. ContourTracking

    0下载:
  2. usb摄像头的读取和视频的播放和暂停 图像的边缘检测和移动检测 利用opencv和vs2010-read usb camera and video playback and pause image edge detection and motion detection using opencv and vs2010
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-02
    • 文件大小:14556617
    • 提供者:weq
  1. canny

    0下载:
  2. canny边缘检测,对学习canny的同学有所帮助,opencv实现的!-canny edge detection, to help students to learn canny opencv realized!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-07
    • 文件大小:5592738
    • 提供者:zhanghao
  1. canny

    0下载:
  2. 基于opencv的使用canny算法进行图像的边缘检测-edge of canny
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:1777496
    • 提供者:时广军
  1. cannyTest

    0下载:
  2. 基于opencv的canny边缘检测,虽然简单,但仔细研究学习,也能获得意想不到的效果哟-Based opencv' s canny edge detection, although simple, but careful study of learning, can also get an unexpected effect yo
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:2350627
    • 提供者:马涛
  1. canny

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

    • 发布日期:2017-11-11
    • 文件大小:2065
    • 提供者:jinyizhong
  1. Exp2_7

    0下载:
  2. 利用OpenCV函数缩放图片到原本的25 并对其进行Canny边缘检测,最后显示原图和边缘检测的效果。-Use the OpenCV function scaling the image to 25 and its Canny edge detection, and finally show the original image and the effect of edge detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:1086274
    • 提供者:陶雨婷
  1. EX1

    0下载:
  2.   1.用OpenCV实现打开一幅彩色图像,显示出来;   2.将其转换为灰度图并保存为文件;   3.将其二值化并保存为文件(二值化阈值最好用滚动条交互式输入,图像二 值化效果能实时变化更好,可参考OpenCV的sample程序edge.c)-1 using OpenCV open a color image display 2 converted to grayscale and saved as a file 3 the second value and save
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1924525
    • 提供者:戴佳毅
  1. OCV243_Ex04_edge_c

    0下载:
  2. edge detection in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:3744
    • 提供者:hossein
  1. main

    0下载:
  2. 此代码在opencv下对各种滤波和边缘算法的比较与实现,同时滤波算法还加入了自己实现的东南大学一位博士生的自动检测噪声(高斯和脉冲)并处理的算法。-This code in opencv under various filtering and edge algorithm comparison, at the same time filtering algorithm also joined Southeast University, a doctoral student realize his
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:4197
    • 提供者:gangge
  1. kirsch

    0下载:
  2. 基于opencv的kisch边缘检测算法,可以直接运行使用-opencv kisch edge detection
  3. 所属分类:.net

    • 发布日期:2017-11-11
    • 文件大小:3634
    • 提供者:李洁
  1. Laplacian_edge_detect

    0下载:
  2. opencv 边缘检测,拉普拉斯边缘检测-opencv edge detection, Laplacian edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:7011328
    • 提供者:qiuyuchun
  1. CANNY2

    0下载:
  2. 运用opencv编写canny算子实现图像的边缘检测-Use opencv write canny operator image edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:9500125
    • 提供者:李飞
  1. CannyDetective

    0下载:
  2. 这是一个使用OpenCV实现的Canny边沿检测,在程序中添加了一个滑动的控件,可以在程序运行时实时改变参数来观察检测效果。可以根据自己的所需来测试要选的参数。-This is achieved using OpenCV Canny edge detection, and added a sliding control program can change the parameters in real time to observe the detection program runs. To
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-21
    • 文件大小:4131947
    • 提供者:王文博
  1. contours

    0下载:
  2. 在VS2008环境下基于OpenCV画出图片中的轮廓,用到Canny算子边缘检测、形态学变换和轮廓遍历-VS2008 environment based on OpenCV draw the outline of the picture, used Canny operator edge detection, morphological transformation and contour traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:890
    • 提供者:jeff liang
  1. edge_detect

    0下载:
  2. opencv中用laplace,sobel,canny三种方法对图像进行边缘检测-Laplace, sobel,canny edge detection methods of image using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:171319
    • 提供者:jgao
  1. Capture

    0下载:
  2. 这是一个在VC6.0用opencv语言实现从摄像头或者AVI文件捕捉视频流并进行边缘检测的程序-This is a VC6.0 capture video stream from the camera or AVI file, and edge detection opencv language program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:1087
    • 提供者:刘翠凤
  1. canny

    0下载:
  2. Canny边缘检测,主要用于OPENCV的软件应用 -Canny edge detection, mainly for software applications OPENCV
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:4497
    • 提供者:王越
  1. canny

    0下载:
  2. 用vs2010+opencv进行边缘检测-Edge detection using opencv
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:9177088
    • 提供者:刘会婷
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 22 »
搜珍网 www.dssz.com