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

搜索资源列表

  1. ContourTrack

    0下载:
  2. 运动目标轮廓跟踪代码,运用OPENCV实现,效果还不错-Moving object contour tracking code, the use of OPENCV implementation, results were pretty good
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5985802
    • 提供者:无名
  1. OpenCVHello

    0下载:
  2. OpenCV的轮廓识别,自己用MFC+OpenCV写的轮廓识别与字符分割小软件.软件可实现轮廓识别的准确分割.-OpenCV' s profile recognition, they used to write the outline of MFC+ OpenCV recognition and character segmentation in a small software. Software to achieve accurate segmentation contour dete
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1826930
    • 提供者:www
  1. FindEllipse

    0下载:
  2. 基于OpenCV的椭圆检测算法,通过边界处理、轮廓识别、椭圆拟合来检测椭圆,支持椭圆参数的自定义筛选-Ellipse detection algorithm based on OpenCV,Boundary treatment, contour detection, ellipse fitting,Support the custom of the ellipse parameters
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:6302
    • 提供者:zgm
  1. lunkuojiance

    0下载:
  2. 在VC环境中安装OPENCV库函数后,实现图象轮廓检测的代码-In the VC++ install OPENCV library functions, the realization of the code image contour detection
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:1409
    • 提供者:江林
  1. luokuojiance2

    0下载:
  2. 安装VC和OPENCV库函数后可以实现图像轮廓检测的另一种代码,非常特别-Install VC and OPENCV library functions can be achieved after the image contour detection of another code, very special
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1118
    • 提供者:江林
  1. contour

    0下载:
  2. 在vc6.0中实现实现角点检测.角点检测对运动目标的跟踪很有用.-In vc6.0 corner detection is implemented to achieve. Corner detection to track the moving target is useful.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:8566
    • 提供者:hewei
  1. mycv

    1下载:
  2. 用python实现的opencv图像轮廓检测代码,多多指教-Implemented by python opencv image contour detection code, exhibitions
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:692
    • 提供者:sun
  1. DrawContours

    0下载:
  2. OPENCV轮廓检测完整源代码适合初学者使用-Contour detection OPENCV complete source code for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:405141
    • 提供者:danpianji
  1. main

    0下载:
  2. Hand contour detection in copenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:946
    • 提供者:Randah
  1. lunkuo

    0下载:
  2. 本代码基于opencv2.2,轮廓检测,输入图像,进行边缘检测并将图像区分为背景和目标,二值化,用轮廓把目标区域显示出来,还可得到目标区域内的面积,即目标的大小-The code is based on opencv2.2, contour detection, the input image, edge detection and image area is divided into the background and objectives, the two values, the targ
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3800142
    • 提供者:
  1. edge

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

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

    0下载:
  2. 总结的OPencv代码。图像warp,rotation.H_S直方图。滑动条设定阈值进行轮廓检测。在输入图像上检测轮廓。还有平均背景法。是txt格式,只需要把后缀名编程.cpp即可。-The summarized OPencv code. Image warps, rotation.H_S histogram. Slider to set the threshold for contour detection. Detect the contours in the input image. Av
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:78063
    • 提供者:Judyjava
  1. 5556

    0下载:
  2. 基于OpenCV的车辆轮廓检测为了获得理想的车辆轮廓线,提出了一种基于开源计算机视觉库OpenCV的轮廓检测新方法。首先对图像迸行形态 学去噪、平滑滤波处理和二值化阈值分割等预处理,获得二值化黑白图像。然后通过轮廓提取和跟踪检测到车辆外轮廓线。 在VC++6.0环境下,利用Opener编程实现了此方法。-Proposed a new method of contour detection based on open source computer vision library OpenCV Op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:15784
    • 提供者:周鹏
  1. Contour-detection

    0下载:
  2. 在visual studio 2008平台,基于opencv2.3.1实现的轮廓检测-In the visual studio 2008 platform, based on the outline of opencv2.3.1 realize detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:6105088
    • 提供者:李道远
  1. OpencvDemo02

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

    • 发布日期:2017-11-30
    • 文件大小:2975430
    • 提供者:yuew
  1. Contour-detection-based-on-OpenCV

    0下载:
  2. 基于opencv的轮廓检测,运用灰度处理,提取轮廓。在使用本程序前确保vs已经安装opencv-Opencv based contour detection, using the gray processing, contour extraction. The use of this process to ensure that vs has been installed opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:28972
    • 提供者:林浩
  1. Contour-detection

    0下载:
  2. 在VC++6.0环境下利用OPENCV根据滑动条参数检测轮廓,当滑动变化的时候重检测。-Contour detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:694
    • 提供者:张春梅
  1. opencv2411Contour-detection

    0下载:
  2. VS2013 Opencv2.4.11下轮廓检测代码,此代码加入灰度直方图均衡化处理。 -VS2013 Opencv2.4.11 contour detection code, this code to join the gray-level histogram equalization processing.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:3593490
    • 提供者:Hzhuang
  1. contour-detection-vehicle-tires

    0下载:
  2. 该代码能实现车辆轮廓及车辆轮胎的外轮廓检测-This code enables the vehicle contour and outer contour detection vehicle tires
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2219
    • 提供者:杨佳敏
  1. Contour-detection

    0下载:
  2. 此程序实现的功能是轮廓检测,而且这个图可以自己画,可以让大家熟悉下轮廓检测的编码步骤。开发环境opencv2.4.6和vs2010.-This program implements the function of contour detection, and this figure can own painting, you can let everyone familiar with contour detection encoding step. Opencv2.4.6 and develo
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1351
    • 提供者:我行我速
« 12 3 »
搜珍网 www.dssz.com