CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - Camshift算法

搜索资源列表

  1. camshift

    0下载:
  2. 显示如何利用Camshift算法进行彩色目标的跟踪,用Opencv做的
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4663
    • 提供者:龙海翔
  1. 全自动camshift目标跟踪算法

    5下载:
  2. 全自动的camshift目标跟踪算法,改进了以往手动的缺点
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-06-08
    • 文件大小:363657
    • 提供者:youwen1022
  1. camshift

    2下载:
  2. 使用camshift方法进行运动目标跟踪,(修改了网上原有的camshift算法里的一些bug)-moving object tracking by camshift method,(modification edition of the original code on the web)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:3156
    • 提供者:于鸿飞
  1. camshift-camera

    0下载:
  2. 基于视频的camshift运动目标跟踪算法,OPENCV-Video-based motion tracking algorithm camshift, OPENCV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1344448
    • 提供者:jiang
  1. camshift

    0下载:
  2. camshift算法自动跟踪肤色区域 当前目录下放置肤色图片hand.jpg。 基于OpenCV函数库-automatic tracking algorithm camshift color region under the current directory to place color Photos hand.jpg. Based on the OpenCV library
  3. 所属分类:Special Effects

    • 发布日期:2016-02-24
    • 文件大小:2588
    • 提供者:wudp
  1. camshiftdemo

    1下载:
  2. Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski CamShift proposed algorithm,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2959
    • 提供者:kitty
  1. camshift

    0下载:
  2. opencv 显示如何利用camshift算法进行彩色目标的跟踪-opencv shows how to use color camshift algorithm target tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:4733
    • 提供者:zhang
  1. znxc

    0下载:
  2. 基于OpenCV的智能迷宫迷宫识别 CamShift算法物体跟踪识别 与串口控制信号输出-OpenCV-based Intelligent Maze Maze CamShift algorithm to identify objects identification and tracking of serial control signal output
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:76729
    • 提供者:吴宇晨
  1. camshift

    0下载:
  2. 用openCV实现,用Camshift算法实现彩色目标跟踪-openCV,color object tracking usingCamshift
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:13139
    • 提供者:笑笑
  1. CAMSHIFT

    0下载:
  2. 经典跟踪算法CAMSHIFT的OPENCV实现,鲁棒性好。-Classical tracking algorithm CAMSHIFT the OPENCV realize, better robustness.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:2314
    • 提供者:yujin liu
  1. new_camshift

    0下载:
  2. 显示利用Camshift算法进行彩色目标的跟踪:Camshift算法是Meanshift算法的一个改进。-Camshift algorithm shows that the use of color target tracking: Camshift algorithm Meanshift algorithms are an improvement.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4467
    • 提供者:张济伟
  1. Camshift

    0下载:
  2. 显示如何利用Camshift算法进行彩色目标的跟踪-Show how to use color Camshift algorithm tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1033811
    • 提供者:zty
  1. camshift

    0下载:
  2. 该程序利用Camshift算法,实现对视频中的彩色目标进行跟踪-Camshift algorithm using the program to achieve the color of the video target tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4469
    • 提供者:何璐
  1. camshift

    0下载:
  2. camshift算法,用于手势跟踪和手势识别-camshift hand tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:6524
    • 提供者:yinghuyu
  1. yundong

    0下载:
  2. 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15307
    • 提供者:黄文伟
  1. camshiftInMFC

    0下载:
  2. 在MFC中显示视频, 并且用opencv的camshift算法跟踪目标, 用的是颜色直方图.-MFC shown in the video, and the camshift algorithm using opencv tracking targets using a color histogram.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1929704
    • 提供者:gilbert
  1. CAMSHIFT

    0下载:
  2. 运动目标跟踪与检测的源代码(CAMSHIFT 算法)-Moving target tracking and detection of the source code (CAMSHIFT algorithm)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:3739
    • 提供者:赵飞
  1. 14-camshift

    0下载:
  2. 图像跟踪的源代码,程序采用了opencv中的代码camshift算法-Source of camshift Image Tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:19058434
    • 提供者:Daniel
  1. meanshift

    0下载:
  2. 它是MeanShift算法的改进,称为连续自适应的MeanShift算法,CamShift算法的全称是"Continuously Apaptive Mean-SHIFT",它的基本思想是视频图像的所有帧作MeanShift运算,并将上一帧的结果-It is MeanShift Algorithm, called continuous adaptive MeanShift algorithm, CamShift algorithm stands for "Continuously Apaptive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2295069
    • 提供者:伟迅
  1. camshift

    0下载:
  2. 该源码是应用camshift算法对视频或摄像头中的物体进行跟踪,跟踪原理是应用hsv颜色空间进行跟踪。-The source code is the application of video or camera camshift algorithm of tracking objects
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2931274
    • 提供者:仝如强
« 12 3 4 »
搜珍网 www.dssz.com