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

搜索资源列表

  1. DistinctiveImageFeaturesfromSc

    0下载:
  2. 图像处理的一个关键算法 来自计算机视觉领域的一片论文 SIFT用来提取图像的特征点 可以用来做物体追踪,Image processing algorithm, a key area of computer vision from a thesis to extract images SIFT feature points can be used to do object tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:479.7kb
    • 提供者:faway
  1. KernelObjectTrack

    0下载:
  2. Kernel Object Tracking算法实现代码,自己本科毕设!-Kernel Object Tracking algorithm code, we completed the set up their own!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:107.2kb
    • 提供者:
  1. cmorph0

    0下载:
  2. Tracking Algorithm: Object Delineation Method Files: Cmorph02.m Current version of tracking algorithm Parsampleflowgrav050901b1.m Sample parameter file 一种跟踪方法 国外网站转载-Instructions: Download the tracking algorithm and sample parameter file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:11.62kb
    • 提供者:Ming
  1. sfm_chanvese_demo

    0下载:
  2. 一种snake算法实现轮廓跟踪,可用于图像分割、目标识别等图像处理相关领域。-Of a snake contour tracking algorithm can be used for image segmentation, object recognition and other image processing related fields.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:50.84kb
    • 提供者:feilo
  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
    • 文件大小:14.95kb
    • 提供者:黄文伟
  1. mean_shift

    0下载:
  2. 均值平移的跟踪代码,能够对目标物体进行良好的跟踪-This file is the implementation of the mean shift algorithm. It can work well in tracking the target object
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2.19kb
    • 提供者:谢立寅
  1. Obj_tracking_MAT_code

    0下载:
  2. 一种基于特征的目标跟踪算法源代码,可直接运行-A feature-based object tracking algorithm source code, can be directly run
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.31mb
    • 提供者:杜永凯
  1. manifoldMS_src

    0下载:
  2. this is code for mean sift algorithm for object tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8.54mb
    • 提供者:sohail
  1. robust

    0下载:
  2. 对背景干扰及遮挡鲁棒的视频目标跟踪算法robust-Background interference and occlusion of the video object tracking algorithm robust
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:655.08kb
    • 提供者:fice
  1. ObjectTracking

    0下载:
  2. Real time object tracking algorithm, the video source is coming from webcam, please make sure that you have webcam to work for this project.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:77.07kb
    • 提供者:Ken
  1. EM-like-algorithm-tracking

    0下载:
  2. 改进的meanShift算法,能够处理对象的旋转角度发生变化时的跟踪问题-An adaptive tracking algorithm,it s an improved MeanShift algorithm,can hanlde roation of the object during the tracking process
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:6.85mb
    • 提供者:joe
  1. tracing-to-moving-object

    0下载:
  2. 采用了一种根据灰度特征进行模式匹配的跟踪算法提高了模板匹配法对于目标运动姿 态变化的自适应能力仿真结果表明上述算法在目标方向平移旋转以及图像背景对比度亮度发生改变时均能较好的检测到目标-It is presented in this paper that a modified version of it which incorporating with frame difference and multi-resolution matching. By introducing pre
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:292.08kb
    • 提供者:chen
  1. An-Object-Tracking-Method-

    0下载:
  2. 室外场景下由于场景背景条件变化容易导致视频目标跟踪稳定性差。该文提出一种利用红外和可见光传感 器的双通道视频目标跟踪方法。该算法利用可见光图像的目标颜色特征和红外图像的目标轮廓特征,结合均值漂移 算法与水平集曲线演化实现目标定位,并给出了目标尺度和模板更新方法;对多目标跟踪的互相遮挡问题,通过判 断目标合并与分离实现遮挡时多个目标的定位。实验结果表明,该文方法能够有效处理光照变化、阴影、遮挡等情 况,实现目标的稳定跟踪。-Considering the poor stabilit
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:377.16kb
    • 提供者:majun
  1. OpenTLD

    0下载:
  2. OpenTLD,捕食者物体跟踪算法。使用C++实现,不需要Matlab。这个系统能够通过分析物体的运动来完善跟踪算法。你能在很短的时间里教会它跟踪你的手指、面孔或在高速公路上狂颠的轿车。-OpenTLD predator object tracking algorithm. Use C++ to achieve, does not require of Matlab. This system is able to analyze the motion of the object to impro
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:30.21mb
    • 提供者:钟浩涛
  1. object-tracking-based-on-camshift

    0下载:
  2. 本程序在Camshift原始的跟踪算法的基础上进行了改进,能够实现对多目标的跟踪,并且实现了自动初始化-The improved Camshift original tracking algorithm based on this program, able to multi-target tracking, and automatically initialized
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.1mb
    • 提供者:伊米
  1. zk00006-OpenTLD-8a6934d

    0下载:
  2. 目标跟踪算法-LTD 视频实时跟踪 视频目标实时跟踪的算法研究的毕业设计写作日志-Target tracking algorithm-LTD video real-time tracking of real-time video object tracking algorithm graduation design writing log
  3. 所属分类:Special Effects

    • 发布日期:2016-08-17
    • 文件大小:18mb
    • 提供者:shuteoliver
  1. object-tracking-based-on-ML-and-L2

    0下载:
  2. 提出了一种基于ML和L2范数的视频目标跟踪算法。将压缩感知引入到目标跟踪领域,实现图像目标跟踪。-Presents a video object tracking algorithm based on ML and L2 norm. The compressed sensing is introduced into target tracking, image target tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1004.2kb
    • 提供者:azaaza
  1. meanshift--object-tracking

    0下载:
  2. 基于meanshift方法的目标跟踪算法,比较简单的程序,几个函数都放在一个.doc文件里了-Meanshift target tracking algorithm based on the method, relatively simple procedure, several functions are placed in a .doc file in the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:7.68kb
    • 提供者:
  1. meanshift-tracking

    0下载:
  2. 给自己的平衡车开发的一款上位机,作用通过摄像头中捕捉到的视频,对视频中移动物体进行跟踪,算法是meanshift算法,经测试,平衡车可以跟踪,不过实时性上还有待改进。-Give yourself balanced car developed a PC, the role captured by the camera in the video, the video moving object tracking algorithm is meanshift algorithm has been te
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5.2kb
    • 提供者:lishilei
  1. Boundary-tracking-algorithm--mfile

    0下载:
  2. 用matlab编写的边界跟踪算法,用到了freeman链码和爬虫法,可以有效的跟踪单个物体边界,适合于初学者。- Prepared using matlab boundary tracking algorithm uses a freeman chain code and reptiles method can effectively track a single object border
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:4.58kb
    • 提供者:王要峰
« 12 3 »
搜珍网 www.dssz.com