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

搜索资源列表

  1. VVideoTracki

    0下载:
  2. 视频运动目标检测和跟踪,在vc6.0下调试通过,测试的视频必须是非压缩的AVII视频内容包括视频运动目标的检测,对检测的目标利用MeanShift算算法实现跟踪 -Video moving target detection and tracking in vc6.0 debugging by video of the test must be non-compressed the AVII video content, including video moving target detect
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:92581
    • 提供者:l2003l
  1. CVMeanshift

    0下载:
  2. 利用CSharp编译数字图像处理库文件,并且应用该库文件在视频跟踪技术工程,采用MeanShift算法,附带算法使用图片资源-Use of the the CSharp compiler digital image processing library files, and application of the library file in the video tracking technology engineering, using MeanShift algorithm, inciden
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4225593
    • 提供者:高传清
  1. 07941198Mybp539

    0下载:
  2. 利用MATLAB编写的运动目标跟踪程序,利用meanshift,能很稳定的跟踪目标,效果很不错,适合初学者。-Moving target tracking using MATLAB program, very stable tracking the target, the effect is very good for beginners.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:157575
    • 提供者:zhangkun
  1. 72178896meanshift

    0下载:
  2. meanshift的一系列资料。包含论文,程序和各种文档资料,很全,很强大。欢迎下载-series of information meanshift. Contains papers, procedures and documentation, very full, very powerful. Welcome to download
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-11
    • 文件大小:11991807
    • 提供者:zm
  1. mubiaogenzong

    0下载:
  2. opencv中的一个小程序,该程序的作用是对视频或摄像头得到的视频用meanshift的方法对目标进行跟踪,需要手动选择目标。-opencv in a small program, the program' s role in the video or video camera meanshift method to track the target, the need to manually select the target.
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1795801
    • 提供者:liyafei
  1. MeanShift-algorithm-

    0下载:
  2. 提出了一种基于粒子Mean Shift 迁移过程的红外人体跟踪方法. 算法通过采样粒子迁移和聚类动态建立 目标的状态模型和量测模型. 在被跟踪区域随机布撒粒子, 以各粒子对应像素的亮度作为特征值进行Mean Shift 收敛性分析, 使用收敛后的粒子集表达目标的当前状态 以状态粒子的坐标位置为特征值对其进行Mean Shift 聚 类, 作为对目标的量测. 连续跟踪时, 下一帧的采样粒子基于上一帧的量测结果产生. 与传统的基于序贯重要性采 样的粒子滤波方法相比, 算法不需要目标的
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:567750
    • 提供者:闫旭
  1. object-tracking

    0下载:
  2. 基于背景加权直方图的Meanshift目标跟踪 Matlab code;-Robust Mean Shift Tracking with Corrected Background-Weighted Histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:6851
    • 提供者:liuliu
  1. camshift

    0下载:
  2. 图像跟踪camshift,在meanshift的基础上将对单张图像的检测拓展到视频序列跟踪图像中的目标-motion detect
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-18
    • 文件大小:47426262
    • 提供者:于水水
  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. mean_shift

    0下载:
  2. meanshift的详细讲解,用于图像平滑,图像分割,目标跟踪-detailed briefings of meanshift, used for image smoothing, image segmentation, target tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:6781952
    • 提供者:why
  1. picture--chasing

    0下载:
  2. 背景建模和前景分割的方式把运动车辆提取出来。并进行最近临关联,输出目标轨迹。 MeanShift运动目标跟踪 matlab程序 1.截取跟踪目标矩阵rect 2.求取跟踪目标的加权直方图hist1 3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。 4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:240563
    • 提供者:l刘翔
  1. meanshift

    0下载:
  2. Matlab program for Mean Shift Algorithm. Very effective
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:3237
    • 提供者:Rocker
  1. opencv.meanshift-master

    0下载:
  2. 使用mean shift算法对图像进行分割.-Using the mean shift algorithm for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:346851
    • 提供者:黎明
  1. camshiftdemo

    0下载:
  2. 机器人编程 关于单目追踪人脸识别的meanshift算法可以得到相关结构-The robot programming monocular tracking of face recognition meanshift algorithm related structures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:582914
    • 提供者:xieyifan
  1. meanshif

    0下载:
  2. 在Microsoft Visual Studio 2008平台下基于opencv的meanshift目标跟踪-in Microsoft Visual Studio 2008 environment targettracking with meanshift based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:8256061
    • 提供者:jiaruixin
  1. meanshift

    0下载:
  2. 这份ppt详细介绍了meansift算法的精要之处,简单易懂,适合初学者。对于搞图像处理和动作跟踪的人是非常好的资料-This ppt Details essence of meansift algorithm is simple and easy to understand for beginners. For people who engage in image processing and motion tracking is very good information
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:701526
    • 提供者:jed
  1. particleFilterTrackTest

    0下载:
  2. 经典的基于运动信息的跟踪算法--粒子滤波,避免了meanshift的收敛于局部最优-Based on the classic the sports information tracking algorithm- particle filter to avoid meanshift the convergence in the local optimal
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:8039041
    • 提供者:murry
  1. mean-shift

    1下载:
  2. 基于meansheift的彩色图像分割方法。其中keyprogram.m为主程序。meanshift为调用函数-Color image segmentation method based meansheift. Where keyprogram.m main program. meanshift call the function
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:253973
    • 提供者:yuantianhua
  1. 28e94d108fda

    0下载:
  2. meanshifet segmentation:how to segment the image with meanshift algorithm?
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:310655
    • 提供者:hamed
  1. tracking

    0下载:
  2. 视频的运动目标跟踪,目标可自行框定选择。采用MeanShift、纹理特征及混合高斯模型等融合的方法。目标跟踪效果非常好,尤其运动速度较快情况,以及人物间遮挡情况。-Video moving target tracking, the goal of self-framed choice. Of MeanShift, texture feature and mixed Gaussian model fusion method. Target tracking performance is very
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:628753
    • 提供者:
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 31 »
搜珍网 www.dssz.com