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

搜索资源列表

  1. fire1

    0下载:
  2. 用于火焰尖角、圆形度、纹理的测量以及图像颜色、矩阵、边缘直方图的测量-For flame sharp corners, roundness, texture measurements, and image color, matrix, edge histogram measurements
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:13576
    • 提供者:
  1. canny_test

    0下载:
  2. Canny边缘检测算法是1986年有John F. Canny开发出来一种基于图像梯度计算的边缘 检测算法,同时Canny本人对计算图像边缘提取学科的发展也是做出了很多的贡献。尽 管至今已经许多年过去,但是该算法仍然是图像边缘检测方法经典算法之一。-Canny edge detection algorithm in 1986 John F. Canny edge detection algorithm developed by the image gradient calcu
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5314868
    • 提供者:小明
  1. Image-Corrosion

    0下载:
  2. 腐蚀是图像形态学的两个基本操作之一,另外一个是膨胀(Dilate)。二值图像上的腐蚀是腐蚀最典型的运用,但是腐蚀操作同样可以运用于灰度图像。二值图像腐蚀操作最基本的效果是腐蚀图像中前景色区域的边缘。使得前景图像区域变小,前景图像内部的背景区域被放大。-Corrosion is one of the two basic operation of the image morphology, and the other one is the expansion (Dilate). Corrosion
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:50761
    • 提供者:张聪
  1. Gaussian

    7下载:
  2. 打开24位彩色bmp文件, 显示该图像 将图像内容顺时针旋转90度后显示出来 将图像分成等大小的4块,将第1和第3块像素互换后保存 将旋转后的图像转换成灰度图像显示,并保存 对灰度图像求Sobel边缘图,显示出来,并保存 对灰度图像进行Gaussian平滑,并保存(需要体会平滑的作用) 对灰度图像进行2值化-Open 24-bit color bmp files, displays the image will rotate clockwise image content
  3. 所属分类:OpenCV

    • 发布日期:2017-12-17
    • 文件大小:74407936
    • 提供者:王梓涵
  1. Opencv_Contours

    0下载:
  2. 应用opencv来进行边缘检测程序,编译环境VS2013。应用多个方法。-Application opencv for edge detection, compiler environment VS2013. Application of multiple methods.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2332945
    • 提供者:追寻
  1. test3

    0下载:
  2. VS2013+OPENCV2.4,OTSU阀值分割确定目标区域,sobel差分算子用来进行边缘检测,可知程序运行时间-VS2013+OPENCV2.4, OTSU segmentation threshold determining target region, sobel operator for performing differential edge detection, it can be seen running time
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7629501
    • 提供者:幻影之武
  1. main

    0下载:
  2. 对图像的边缘检测和对图像的腐蚀处理,已测试通过-Image edge detection and image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:588
    • 提供者:12170226
  1. Marr-Hildreth-edge-detection

    0下载:
  2. 利用opencv进行Marr-Hildreth图像边缘检测,改进的边缘检测算子-Marr-Hildreth image edge detection with opencv, improved edge detection operator
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:1446
    • 提供者:张军
  1. edge-detection

    0下载:
  2. 运用c++编写的一个边缘检测算法,对传统的边缘检测算法进行了改进-Edge detection algorithm uses a c++ written, the traditional edge detection algorithm is improved
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:4779758
    • 提供者:shishunshun
  1. canny

    0下载:
  2. 基于vc ++ 6.0和openCV图像边缘提取canny算法-Based on vc++ 6.0 & openCV image edge extraction canny algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:566
    • 提供者:王旺
  1. Edge-detection

    0下载:
  2. 里面涉及到了一些边缘检测的实例,方便初学者学习和使用-Which involves some examples of edge detection, to facilitate beginners to learn and use
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:9332826
    • 提供者:Sandy
  1. canny

    0下载:
  2. 实现图像的边缘检测,环境vs2013 或者2010 都可以。opencv2.4.9-To achieve the edge of the image detection, the environment can be 2020 or 2010. Opencv version 2.4.9
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:4155358
    • 提供者:赵静雅
  1. cola

    0下载:
  2. 识别可乐罐,用canny边缘检测后,用霍夫变换确定可乐罐位置。-Identify the Coke cans, with canny edge detection, the use of Hough transform to determine the Coke tank position.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:3543825
    • 提供者:
  1. OpenCV模板匹配的方法识别手势

    0下载:
  2. 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:2819072
    • 提供者:WUluWUlu
  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

    0下载:
  2. opencv基础应用图象边缘检测,霍夫变换,背景检测。(Opencv basic applications: image edge detection, Hof transform, background detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:4303872
    • 提供者:ellen19967
  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. desbructor

    0下载:
  2. 该程序首先利用小波变换,最终实现图象边缘效果增强的功能(, the program first, the wavelet transform is used to achieve the function of the image edge is enhanced)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:zradx
« 1 2 ... 11 12 13 14 15 1617 »
搜珍网 www.dssz.com