CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - camshift算法

搜索资源列表

  1. VideoShow

    0下载:
  2. 一个自己写的利用MFC来实现OPENCV中函数的 小程序。把OPENCV中人脸检测与camshift跟踪算法加了进去。编译之间要先配置好OPENCV 安装好摄像头就可以使用了。-one's own use of MFC to achieve OPENCV Function of small procedures. OPENCV put human face detection and tracking algorithm camshift increase of nationalis
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:257357
    • 提供者:于泓
  1. CamShiftDemo

    0下载:
  2. camshift跟踪算法,可以自动确定跟踪目标的大小,中心,方向,运算速度很快,满足实时跟踪需要,很好的一个DEMO。-camshift tracking algorithm, it will automatically determine the size of target tracking, the center, direction, Operational very fast, real-time tracking needs, a good DEMO.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:28477
    • 提供者:pgt
  1. RealTime_tracking

    0下载:
  2. 该代码包括从CCD+采集卡采集到的视频,转成opencv的iplimage格式,在跟踪方面用到了camshift,我做过一个自动的跟踪也是基于此算法的,有需要的朋友可以发e-mail给我,大家多多交流吧。-code from the CCD acquisition card processing of video, conversion opencv iplimage the format used in tracking the camshift. I conducted an automat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3330
    • 提供者:李乃安
  1. ColorCamshiftBasedAutoInitial

    1下载:
  2. 本程序是在Camshift原始的跟踪算法的基础上进行了改进,实现了对多目标的跟踪的自动初始化,
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3228615
    • 提供者:张涛
  1. CAMSHIFTTracker

    0下载:
  2. Color-based tracking (CAMSHIFT) demo. Alexandre R.J. Francois Copyright (C) 2004 University of Southern California 介绍:CamShift是一种应用颜色信息的跟踪算法,在跟踪过程中,CamShift利用目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,从而得到当前图像中目标的尺寸和中心位置.在该代码的框架基础上可以开发视
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:66007
    • 提供者:Andy
  1. PfTrack

    0下载:
  2. 毕设终于作完了 虽然老师说行为分析做得很没意义,不过还是很高兴啊 功能是跟踪,能用粒子滤波和camshift跟踪改一下代码就能实现不同跟踪算法的切换,还有行为分析
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:100017
    • 提供者:Nora Fu
  1. camshifttracker

    0下载:
  2. 基于多个颜色分布模型的Camshift跟踪算法-Color distribution model based on multiple tracking algorithms Camshift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1025797
    • 提供者:chen
  1. CaGHSDFHiftatlab

    0下载:
  2. 一个Camshitft算法,虽然opencv有Camshift函数,但是用matlab写能更好的了解原理。-A Camshitft algorithm, although there Camshift opencv functions, but using matlab to write a better understanding of the principles.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2968
    • 提供者:
  1. motion-tracking-and-implementation

    0下载:
  2. 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:129793
    • 提供者:mei88
  1. AutoCamShift

    0下载:
  2. 经典的camshift跟踪算法实现,可以用鼠标框选需跟踪的目标-Classic camshift tracking algorithm, can be used to track the target mouse marquee
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5839023
    • 提供者:罗大鹏
  1. cars

    0下载:
  2. 在复杂背景下对车辆的识别。在车辆跟踪上,首先用Gentle Adaboosting算法确定汽车的具体位置,然后利用Camshift实现了对车辆的快速跟踪-In the complex context of vehicle identification. In vehicle tracking, the first car with a Gentle Adaboosting algorithm to determine the specific location, then use the veh
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2122854
    • 提供者:wahana
  1. tracking

    0下载:
  2. 人脸跟踪 opencv中camshift算法-Opencv face tracking algorithm in camshift
  3. 所属分类:Graph program

    • 发布日期:2017-05-27
    • 文件大小:9819245
    • 提供者:李红挪
  1. Camshift

    0下载:
  2. 介绍了追踪算法Camshift即连续自适应的Meanshift算法.-In this paper, the tracking algorithm Camshift, which is continuous adaptive Meanshift algorithm, is introduced.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:119292
    • 提供者:陶程序员
  1. camshift

    1下载:
  2. 实现视频图像的目标快速跟踪。使用了camshift和kalman滤波算法。实时性不错,代码简单。-Video images of fast target tracking. Use the camshift and kalman filtering algorithm. Timeliness good, simple code.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-26
    • 文件大小:8317170
    • 提供者:屈伟
  1. 目标跟踪

    0下载:
  2. 通过手动框选目标区域,然后进行自动跟踪,使用的算法是Camshift,自适应均值漂移(By manually selecting the target area, then automatic tracking, using the algorithm is Camshift, adaptive mean shift)
  3. 所属分类:matlab例程

    • 发布日期:2017-11-19
    • 文件大小:4826
    • 提供者:fjndfazp
  1. camshift_7

    0下载:
  2. 视频跟踪中的camshift算法,应用于多目标跟踪过程中。(CAMSHIFT algorithm in video tracking is applied to multi-target tracking process.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:clown-
  1. Camshift

    0下载:
  2. CAMshift跟踪算法程序,使用C++实现,程序可运行(CAMshift tracking algorithm program, using C++ to achieve, the program can run)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:4421632
    • 提供者:Silence1111
  1. 8_CamShiftDemo

    0下载:
  2. camshift算法来实现对彩色运动目标的追踪(The camshift algorithm is used to track the color movement targets)
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:一哥1211
  1. fall

    0下载:
  2. 混合高斯背景建模与CamShift算法结合的基于openCV的视频目标跟踪(OpenCV based video target tracking combined with hybrid Gauss background modeling and CamShift algorithm)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:tuzi123
  1. pqrencheses-represent

    0下载:
  2. camshift的算法流程 很简单也很翔实,易于理解()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:6144
    • 提供者:jcopa
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com