搜索资源列表

  1. Meanshift

    0下载:
  2. A code of Meanshift algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:2114560
    • 提供者:李辉
  1. meanshift-tracking

    0下载:
  2. 基于meanshift算法的视频序列跟踪。可以实现物体跟踪功能。-Video sequence based on meanshift tracking algorithm. Object tracking function can be achieved.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3357696
    • 提供者:刺猬先生
  1. meanshift

    0下载:
  2. 实现了用meanshift跟踪目标,效果良好,实时性可以保证-Meanshift track to achieve the target with good effect, can guarantee real-time
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:4308992
    • 提供者:罗余洋
  1. Meanshift

    0下载:
  2. 利用OPENcv2.0编写的Meanshift的例子,是一个非常适合初学的实例-Using the example of OPENcv2.0 Meanshift prepared, for instance it is a very novice
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:5504000
    • 提供者:jzx
  1. meanshift

    0下载:
  2. Meanshift运动目标跟踪matlab代码,实现运动目标的跟踪,代码适合新手学习-Meanshift moving target tracking matlab code to achieve the tracking of moving objects, the code for novices to learn!
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:童伟
  1. MeanShift

    0下载:
  2. 一种目标跟踪的算法,基于MeanShift,使用的平台是VS2010。-A target tracking algorithm, based on MeanShift, platform using VS2010.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:4191232
    • 提供者:杨光
  1. meanshift

    0下载:
  2. 视频目标跟踪meanshift算法,把视频放在当前目录的上一级目录就可以使用-Video tracking meanshift
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:9905152
    • 提供者:大毛飞
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:
  1. meanshift

    0下载:
  2. 是一个改进的Meanshift的跟踪算法,通过OPen cv自带的库文件运行程序,OPENCV2.3.1,交流请联系chinaqinyh@163.com ,论文已经发表 ,请勿侵权-Is an improved tracking algorithm Meanshift by OPen cv library file that comes with running the program, OPENCV2.3.1, exchange pl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:5842944
    • 提供者:qinyanghong
  1. MEANSHIFT

    0下载:
  2. meanshift(均值漂移)的matlab代码-the matlab code of meanshift
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:何其
  1. meanshift-image-clsturing

    0下载:
  2. meanshift image clsturing,利用meanshift均值移位算法实现图像聚类和分割,非常有用的算法。-meanshift image clsturing
  3. 所属分类:VTK

    • 发布日期:2024-05-10
    • 文件大小:59392
    • 提供者:王天然
  1. meanshift-tracking

    0下载:
  2. 本算法实现的是目标的跟踪,采用的是混合高斯模型建立背景,然后用meanshift进行跟踪,包括使用MFC进行界面编辑-The algorithm is to track the target, using Gaussian mixture model background, and then meanshift track, including the use of interfacial MFC edit
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:8729600
    • 提供者:zhangcheng
  1. meanshift

    0下载:
  2. meanshift均值平移跟踪算法中核函数窗宽的自动选取代码,根据目标大小变化核窗宽,使得当目标出现大小变化时准确跟踪到目标中心-Meanshift mean shift tracking algorithm kernel bandwidth automatic code is selected, according to the objective changes in the size of the kernel bandwidth
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:笨小猫
  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 m
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:lishilei
  1. meanshift

    0下载:
  2. VC6 + OpenCV1.0,meanshift跟踪视频目标程序。比较简洁,有详细注释。-VC6+ OpenCV1.0,meanshift Tracking video object program. More concise, detailed notes.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:刘辉
  1. MeanShift

    0下载:
  2. MeanShift聚类算法的函数以及测试调用代码-MeanShift clustering algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:马春晖
  1. meanshift

    0下载:
  2. 又一种meanshift算法实现matlab代码,以一个源代码为主-Meanshift algorithm to achieve a matlab code, to a source code based
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:张荡荡
  1. k-means-and-meanshift

    0下载:
  2. 这是Meanshift算法和K-Means算法的对比的matlab实现~-This is a matlab program of Meanshift and K-Means
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:26624
    • 提供者:cherryh
  1. meanshift

    1下载:
  2. Meanshift跟踪算法针对传统的MeanShift跟踪算法在目标发生遮挡时容易导致目标丢失的情况,提出了一种改进的MeanShift跟踪算法.将多尺度空间理论、Kalman滤波器与遮挡算法相结合,当目标发生遮挡后,利用Kalman估计目标信息量,能对目标尺寸有后续跟踪能力.实验结果表明,当目标发生遮挡后,改进的跟踪算法对目标无论增大或减小都能连续地、自动地选择大小合适的跟踪窗口.-Meanshift tracking algorit
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:188416
    • 提供者:樊梦丹
  1. MeanShift

    0下载:
  2. 综合介绍meanshift算法的使用,使用meanshift算法对图像分割,在后续的运动跟踪埋下基础-This section describes the sum of the mean shift algorithm。Using mean shift algorithm for image segmentation, in a subsequent motion tracking laying foundation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:13192192
    • 提供者:hcj
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 35 »

源码中国 www.ymcn.org