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

搜索资源列表

  1. Hough_Dect

    0下载:
  2. 数字图像处理在人们的生活中无处不存在着它的影子,是非常流行热门的技术之一,可以说它是一种每时每刻都在改变着人类生活的技术。人们对于物体的识别主要针对于物体的外形,图像分割目的是对图像中有意义的特征部分进行提取,所谓有意义的特征包括图像中物体的外形边缘和区域等。本文主要针对其中的一个传统而经典的分割方法Hough变换而展开。Hough变换实现的是一种从图像空间到参数空间的映射关系,具有对抗噪声的鲁棒性以及在图像中的不连续性等优点,通过它构建的参数空间可以容易地对特定形状,如直线、圆等解析曲线进行判
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3502845
    • 提供者:yanjue
  1. canny

    0下载:
  2. 这个代码是OPENCV中的canny边缘检测程序,使用 它可以对图像进行边缘检测,使用c/c++编写的,易懂简单-This code is OPENCV the canny edge detection program, use it to image edge detection, the use of c/c++ written, easy to understand simple
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12787579
    • 提供者:暮寒
  1. segment

    0下载:
  2. 对超声图像的去噪和分割,可以显示肿瘤图像的边缘和面积-For ultrasound image denoising and segmentation, image can show the tumor edge and area
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:7998515
    • 提供者:qcy
  1. HOG_OpenCV

    1下载:
  2. HOG即histogram of oriented gradient, 是用于目标检测的特征描述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方图、scale-invariant feature transform类似,不同的是hog的计算基于一致空间的密度矩阵来提高准确率。Navneet Dalal and Bill Triggs首先在05年的CVPR中提出HOG,用于静态图像or视频的行人检测。-HOG i.e. histogram of oriented gradien
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1754323
    • 提供者:王飞
  1. sobel-of-two-directions

    0下载:
  2. 利用sobel算子对图像进行水平方向和垂直方向的边缘检测,可以根据需要选择算子内核大小-Use sobel operator edge detection for image horizontally and vertically, the operator can select the required sub-kernel size
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1330362
    • 提供者:徐婉茹
  1. bianyuan

    0下载:
  2. 图像的边缘提取,使用opencv2.4.4与vs2010,检测数图像中物体边缘-HOG extract
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1372
    • 提供者:田一泓
  1. Test_Opencv

    0下载:
  2. opencv实现打开任意格式图片,并对图片进行边缘提取-opencv achieve open any format images, and image edge extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3466825
    • 提供者:zhengnan
  1. tuxiangchuli

    0下载:
  2. 彩色数字图像边缘检测,高斯滤波、欧式距离、Canny算子、双阈值处理和非极大抑制。-Color digital image edge detection, gaussian filtering, Euclidean distance, Canny operator, double threshold processing and not greatly suppressed.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:5475
    • 提供者:jiajun
  1. 5.17

    0下载:
  2. canny边缘检测 opencv canny边缘检测 opencv canny边缘检测 opencv canny边缘检测 opencv -canny edge detection opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5986505
    • 提供者:Allen
  1. sobel

    0下载:
  2. 结合图像处理对图像进行sobel边缘检测,得到边缘信息-sobel edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:24224656
    • 提供者:wudi
  1. demo01

    0下载:
  2. 基于opencv的一些源代码,包括图片灰度化,二值化,边缘轮廓提取,对图片进行滤波等。-this picture can help you study c++ bisis to c++
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:何斌
  1. cannybianyuanjiance

    0下载:
  2. 可以实现opencv对图像边缘检测的源代码-Can realize the image edge detection opencv source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2862665
    • 提供者:tangjia
  1. Avi-file-edge-detection-

    0下载:
  2. 本程序是基于OPENCV的C代码编程,其主要功能是对视频文件提取边缘。边缘提取的算法是Canny算法。-This program is based on the C code programming OPENCV, its main function is to extract the video file edges. Canny edge detection algorithm is the algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6052300
    • 提供者:Yuan Li
  1. feature-exaction-codes

    0下载:
  2. OpenCV全局特征提取,包括颜色、纹理和形状的提取算法代码,如直方图、边缘轮廓等-feature exaction codes for images using opencv, including features like color, texture and shape
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1886175
    • 提供者:Cindy
  1. sobleANDhist

    0下载:
  2. 自编soble边缘检测及自编的求直方图的程序 -Histogram self soble edge detection program and directed the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:287426
    • 提供者:Shery
  1. opev_test

    0下载:
  2. 边缘检测,基于opencv,canny算子-Edge detection based on opencv, canny operator
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4182062
    • 提供者:duwei
  1. edge-enhance

    0下载:
  2. OpenCV边缘增强函数,用于增加边缘对比度-OpenCV edge enhancement function for increasing the contrast of the edges
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:835
    • 提供者:程哲
  1. bianyuanjiance

    0下载:
  2. opencv在VC++中制作的边缘检测(可调)-opencv in VC++ edge detection produced (adjustable)
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:734175
    • 提供者:asd
  1. Canny

    0下载:
  2. Canny边缘检测:(1)使用OPenCV函数完成;(2)自己写的Canny边缘检测函数。效果较好-Canny edge detection: (1) use OPenCV function is completed (2) Write your own Canny edge detection function. Better
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5623418
    • 提供者:
  1. UPtest_2

    0下载:
  2. 实现对矩形工件的边缘检测,填充,膨胀处理和直线检测功能。-The workpiece to achieve the detection of the rectangular edge, filling, and the linear expansion treatment detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4089407
    • 提供者:戴知圣
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 »
搜珍网 www.dssz.com