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

搜索资源列表

  1. Edge-feathering-algorithm

    2下载:
  2. 边缘羽化算法,利用opencv实现。当前后背景颜色差值较大时,具有好的效果。-Edge feathering algorithm, using opencv implementation. After the background color of the current difference is large, with good results.
  3. 所属分类:OpenCV

    • 发布日期:2016-12-22
    • 文件大小:1468416
    • 提供者:
  1. edge

    0下载:
  2. opencv中检测图像中物体的边缘,可以用过纹理识别出边缘-opencv object detection image edge texture, can be used to identify the edge
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:856
    • 提供者:z
  1. edge

    0下载:
  2. 利用opencv库编的边缘检测例子代码,来源opencv教程-Opencv library compiled using edge detection example code, source opencv tutorial
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:84921
    • 提供者:liugui
  1. edge

    0下载:
  2. 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2078187
    • 提供者:leon
  1. edge

    0下载:
  2. 轮廓提取,用于opencv的轮廓提取,大家有兴趣可以下载-edge extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:802
    • 提供者:微微
  1. edge

    0下载:
  2. This file creat by open cv for detect edge creat by opencv team
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:826
    • 提供者:mahdi
  1. edgedetection

    0下载:
  2. This is edge detection with vc++2008 and opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:963
    • 提供者:killer
  1. edge

    0下载:
  2. 基于opencv的寻找图像边缘的函数。适合初学者学习opencv.-Opencv image edge based on the search function.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:824
    • 提供者:钟paul
  1. edge-detection

    1下载:
  2. 将彩色图像转换为灰度图像并对其进行边缘检测 vs2008+opencv2.1运行成功-A color image is converted to grayscale and edge detection of its successful run vs2008+ opencv2.1
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:833
    • 提供者:跳眺
  1. edge-histogram-extraction

    0下载:
  2. 基于Opencv上的图形特侦提取,边缘直方图提取-Based on the graphic special reconnaissance Opencv extraction, edge histogram extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:167783
    • 提供者:ljw
  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-03
    • 文件大小:1421842
    • 提供者:何逸
  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. edge

    0下载:
  2. opncv实现边缘检测,作用为检测出轮廓和边缘。-opncv achieve edge detection, contour detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3981606
    • 提供者:process
  1. Adjustable-edge-detection

    0下载:
  2. 可调节边缘检测,可调节阈值。基于vc++6.0平台,以及opencv1.0的库-Adjustable edge detection, adjustable threshold. Full-featured
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2714830
    • 提供者:lucy
  1. edge

    0下载:
  2. 主要是采用Canny算法进行边缘检测,有一个个跟踪条,涉及到callback函数,对灰度图像进行边缘检测,将彩色图像转换为灰度图像-Using Canny algorithm for edge detection, a track bar relates to the callback function, for edge detection of gray image, the color image is converted to grayscale images
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:1712953
    • 提供者:zhouyang
  1. sobel-edge-delete

    0下载:
  2. sobel边缘检测,经过一定的处理,效果很好-sobel edge delete
  3. 所属分类:OpenCV

    • 发布日期:2017-12-07
    • 文件大小:991
    • 提供者:sun
  1. OpenCV-trans-Edge

    0下载:
  2. 以OpenCV將圖像做邊緣偵測,以及平滑跟閥值設定 邊緣偵測為Lap, Canny, Sobel-OpenCV to do with the image edge detection, and smoothing with edge detection threshold setting for the Lap, Canny, Sobel
  3. 所属分类:OpenCV

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

    0下载:
  2. 用opencv实现的边缘检测功能,根据学习opencv一书中的伪码补充和完整后的代码,可以运行-Edge detection with opencv function, according to the pseudo-code complement and complete code after learning opencv book, you can run
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:17955135
    • 提供者:zmm
  1. edge-histogram-cv

    0下载:
  2. 利用OpenCV实现图像边缘直方图输出。这是边缘直方图显示程序,贴出来给大家分享一下-Using OpenCV for image edge histogram output. This is the edge of the histogram display program, posted to share with you
  3. 所属分类:OpenCV

    • 发布日期:2017-04-28
    • 文件大小:106090
    • 提供者:wade
  1. image-edge-detection

    0下载:
  2. 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. Three documents are introduced
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2868122
    • 提供者:LiChongliang
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com