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

搜索资源列表

  1. Meanshift

    0下载:
  2. Meanshift程序的实现,绝对能用,自己编写的-Meanshift program implementation, absolutely can, I have written
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1371951
    • 提供者:裴家俊
  1. MeanShift

    0下载:
  2. 一个不错的Meanshift算法流程图 初学者可以-failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-01
    • 文件大小:34005
    • 提供者:诸葛弩
  1. Meanshift-edge

    0下载:
  2. 基于VC6.0写的meanshift图像边缘检测源程序,提取自EDISION软件中的边缘检测部分源代码,简单易懂,便于调用,适用于学习meanshift边缘检测或meanshift算法学习的人群。-Based on VC6.0 the written meanshift image edge detection source, extraction from edge detection the EDISION software part of the source code, easy to
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:9271811
    • 提供者:徐从营
  1. Meanshift-Object-matching

    0下载:
  2. 基于meanshift目标匹配的程序,计算目标直方图,然后使用直方图反投影函数进行目标匹配,需要用户修改main函数中的视频存放地址。-Based match the meanshift target program to calculate the target histogram, and then use the histogram back projection function the target matching requires the user to modify the ma
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:3683209
    • 提供者:徐从营
  1. meanshift-segment

    0下载:
  2. Meanshift在图像分割方面的源程序,已经测试,效果非常不错的-Meanshift image segmentation source code, has been tested, the effect is very good
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:350190
    • 提供者:吴东会
  1. Meanshift-algorithm-matlab

    0下载:
  2. 本代码是meanshift算法来实现运动目标视频跟踪-this code is used as video moving object tracking of meanshift aglorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:4096
    • 提供者:白雪
  1. ten-papers-on-meanshift

    0下载:
  2. 均值漂移(meanshift)英文论文10篇,近期发表。学习meanshift十分有用!-ten english papers on meanshift published recently. useful for learning meanshift.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:14068736
    • 提供者:彭丽娟
  1. meanshift-CPPcode

    0下载:
  2. meanshift的聚类方法,在图形图像研究中应用广泛,多用于分类不同类型的图像-meanshift clustering method, widely used in graphics research, many different types of images for classification
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3773356
    • 提供者:叶涛
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:14885
    • 提供者:roc
  1. MeanShift-tracking-

    0下载:
  2. 自适应分块颜色直方图的MeanShift跟踪算法_杜凯.zip-Adaptive block color histogram MeanShift tracking algorithm _ Duque. Zip
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:983241
    • 提供者:Can
  1. meanshift

    0下载:
  2. meanshift算法的跟踪 高斯背景建模 opencv程序-meanshift tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4095
    • 提供者:邓亚平
  1. MeanShift-segmentation

    0下载:
  2. 基于meanshift算法的图像分割,非opencv库函数,自己实现算法!-Based on the meanshift algorithm of image segmentation 。
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6248197
    • 提供者:骇客终结者
  1. camshift-meanshift-using-matlab

    1下载:
  2. camshift,meanshift 使用matlab-camshift,meanshift.using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3594682
    • 提供者:张林
  1. meanshift

    0下载:
  2. 基于matlab语言的meanshift跟踪算法,该算法为半自动跟踪算法,通过第一帧图像选择初始跟踪目标后,在剩余序列帧一直跟踪该目标。-Based on the matlab language meanshift tracking algorithm, which is semi-automatic tracking algorithm, the first frame image selection through initial tracking target, the remaining
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:10811
    • 提供者:yuanhongwu
  1. MeanShift-matlab

    0下载:
  2. MeanShift运动目标跟踪 matlab程序 思路: 1.截取跟踪目标矩阵rect 2.求取跟踪目标的加权直方图hist1 3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。 4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。 -MeanShift moving target tracking matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:1664
    • 提供者:LGF
  1. MeanShift

    0下载:
  2. MeanShift is a non-parametric method in order to estimate the PDF of a distribution.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:13740
    • 提供者:Fariba/Fariba
  1. meanshift

    0下载:
  2. meanshift算法,用MATLAB实现-meanshift algorithm in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2980
    • 提供者:tf520
  1. meanshift-tracking

    0下载:
  2. meanshift结合颜色特征跟踪目标的程序,经过调试无误,还有几个很好的meanshift算法学习资料包,非常适合初学者参考-color-based meanshift tracking program, some bugs have been fixed, and some information about meanshift is included too! enjoy yourself~~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7252213
    • 提供者:JAMES
  1. meanshift

    0下载:
  2. 采用meanshift算法,对小目标进行跟踪,并在多种背景条件下对算法进行验证-Meanshift algorithm used for small target tracking, and in a variety of background conditions to verify the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:22059
    • 提供者:项云龙
  1. meanshift

    0下载:
  2. meanshift人脸跟踪 改进 使其达到camshift的功能-menashift face tracking it can realize the function of camshift
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6831
    • 提供者:胡晶芳
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 32 »
搜珍网 www.dssz.com