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

搜索资源列表

  1. 基于opencv2.2的大津法分割

    1下载:
  2. 基于opencv2.2的大津法分割,大津法是一种自适应的阈值分割方法,应用较广,按灰度特性,将图像分为背景和目标两部分,是二值化的图像。本代码需要先行安装opencv2.2-The Otsu method based opencv2.2 split, Otsu method is an adaptive thresholding method, used widely, according to the gray-scale features, the image is divided into
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6190853
    • 提供者:刘源
  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. threeframedifference

    0下载:
  2. 三帧差法目标检测代码,通过引用opencv的一些函数和库文件,能在简洁的代码中实现对目标运动的检测-three frame difference for target detection
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:1291
    • 提供者:liuxingyu
  1. blocktrack

    0下载:
  2. 该代码是基于opencv的运动检测代码,其主要思想是通过团块检测运动目标,然后跟踪识别运动目标。-The code is based on motion detection opencv code, the main idea is to detect moving objects by mass, and then track the moving target identification.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2053642
    • 提供者:陈汤
  1. Temporal-Difference

    0下载:
  2. 运动目标检测帧差法的源代码 opencv代码 自己调试运行通过,感觉效果还不错,适合本科毕设-Frame difference method for moving object detection source code opencv code debugging and running through, feeling pretty good, suitable for undergraduate Complete set
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8867819
    • 提供者:王扬
  1. detectingmovingtarget

    0下载:
  2. 本代码可以实时更新背景,建立背景模型,从而检测出视频窗口的目标运动物体-This code can be updated in real time background, background modeling, which aim to detect moving objects in video window
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:428151
    • 提供者:萧萧
  1. tracing

    0下载:
  2. 此代码用opencv和cv++实现运动目标的跟踪-This code cv++ with opencv and tracking moving objects
  3. 所属分类:OpenCV

    • 发布日期:2017-06-21
    • 文件大小:39052820
    • 提供者:王洪
  1. objecttracker

    0下载:
  2. 目标跟踪使用,经过测试,可安全使用,是个很好的代码-Tracking use, tested, safe to use, is a very good code
  3. 所属分类:OpenCV

    • 发布日期:2017-06-08
    • 文件大小:15558952
    • 提供者:jason
  1. TrackerTestbed

    0下载:
  2. 卡内基梅隆大学的一个博士写的一个视频目标跟踪平台,包含几乎所有的目标跟踪算法,有开源的代码和相应的论文,还可以加入自己改进的算法,有很好的参考价值。-Carnegie Mellon University, a Ph.D. to write a video tracking platform, contains almost all of the target tracking algorithm, there are open source code and the corresponding
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3219544
    • 提供者:朴风
  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. SL_Kalman

    0下载:
  2. Camshift+kalman该代码是在Camshift基础上就加上Kalman滤波,主要针对的是目标车辆检测-Camshift and kalman
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2862304
    • 提供者:舒磊
  1. crack

    0下载:
  2. 基于目标跟踪的VC++代码,可以检测跟踪的基于opencv的C代码,有兴趣的可以-cracking vc++ code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2779846
    • 提供者:xiaolee
  1. Histogram

    0下载:
  2. 本代码实现图像的直方图反向匹配,用于目标识别定位-The code to achieve the image histogram reverse match for the positioning of target recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:24882
    • 提供者:任莹
  1. camshift

    0下载:
  2. 在VS2008环境下,结合opencv 应用meanshift算法对运动目标进行跟踪,代码能正常运行-VS2008 environment, combined with opencv apply meanshift algorithm to track the moving target, the code to run correctly
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:5262336
    • 提供者:周景豪
  1. opencv-meanshift

    0下载:
  2. meanshift的opencv代码,meanshift用于图像分割,目标跟踪-meanshift the opencv the code, meanshift used for image segmentation, target tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-11-05
    • 文件大小:1046785
    • 提供者:why
  1. facetrack2009.zip

    0下载:
  2. 目标追踪代码,主要使用opencvx库实现,包含所有该库的头文件,Target tracking, using opencvx library implementation
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:4498820
    • 提供者:FLi
  1. camshitftrack20130115

    0下载:
  2. 这是一个基于opencv的camshift目标跟踪程序,很不错的,上面有详细的代码说明,对大家的编程很有帮助的-This is a camshift opencv based on the target tracking program, very good, it has detailed code instructions, to everyone s programming is very helpful
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:2654139
    • 提供者:xiaohan
  1. BoostingTracker

    0下载:
  2. 基于OpenCV 1.0的BoostingTracker跟踪算法,包括算法核心代码和dll库文件,以及相关论文,适用于形变不大的运动目标跟踪。-Applicable to small deformation moving target tracking based the OpenCV 1.0 BoostingTracker tracking algorithm, including the the algorithm core code and dll library files, and r
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:11050845
    • 提供者:郑小超
  1. KCF目标跟踪C++代码

    0下载:
  2. 目标跟踪,基于opencv的kcf目标跟踪源码(Target tracking, opencv based KCF target tracking source)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:21504
    • 提供者:LeeReign
  1. 代码 特征点匹配目标提取

    0下载:
  2. 利用OpenCV以及vc++实现对物体特征点匹配目标的提取,(Using OpenCV and vc++ to achieve object feature point matching target extraction,)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:momo12
« 12 3 »
搜珍网 www.dssz.com