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

搜索资源列表

  1. MeanShiftTarckTest

    0下载:
  2. meanshift,均值漂移,用于目标跟踪,内含测试视频,可运行。-meanshift, mean shift, for target tracking, embedded test video, you can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4680394
    • 提供者:廖敏
  1. MeanShiftImproved

    0下载:
  2. 关于meanshift方法的改进,用VC编写。初学者看看,高手多指导!-Improvement on meanshift method, prepared by the VC. Look at the beginners, many experts guide!C
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1247777
    • 提供者:wuweibiao
  1. mean-shift_color-img-segment

    0下载:
  2. 基于matlab的彩色图像分割实验,运用meanshift算法以及区域生长法,算法包含漏检数,正确率的计算。-Matlab-based color image segmentation experiments, the use of algorithms and meanshift region growing algorithm contains the number of missed, calculate the correct rate.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:198526
    • 提供者:江宸瀚
  1. meanshift

    0下载:
  2. 一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。-Generally refers to an iterative step, which is to offset the calculated mean of the current point, and then as a new starting point, continue to move until the end of the meet certain conditions.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:17518
    • 提供者:ZHENGJINGRANG
  1. meanshift_codeforge_2016.3.30

    0下载:
  2. meanshift目标跟踪算法的实现,效果不是很好,又是跟踪不到目标-Meanshift target tracking algorithm to achieve, the effect is not very good, and sometimes can not track the target
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6543
    • 提供者:张荡荡
  1. camshift

    0下载:
  2. Camshift它是MeanShift算法的改进,称为连续自适应的MeanShift算法,CamShift算法的全称是 Continuously Adaptive Mean-SHIFT ,它的基本思想是视频图像的所有帧作MeanShift运算,并将上一帧的结果(即Search Window的中心和大小)作为下一帧MeanShift算法的Search Window的初始值,如此迭代下去。-CAMSHIFT it is improved meanshift algorithm, called for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3174
    • 提供者:张荡荡
  1. MeanShift

    0下载:
  2. 实现mean shift 图像滤波,半径参数可调,直接可运行。-Realization of image mean shift filtering, Radius parameter can be adjusted and can be run directly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:978
    • 提供者:李恒
  1. meanshift

    0下载:
  2. 在vs2010上运行的均值漂移目标跟踪算法的源程序,采用c++语言编写,具有良好的运行效果。-Mean shift in vs2010 running target tracking algorithm source code, using c++ language, has good operating results.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:15919717
    • 提供者:dick
  1. camshift_tracking

    0下载:
  2. 基于opencv的camshift方法,进行运动目标的检测,效果还不错-Opencv based meanshift method to detect moving targets, the results were good
  3. 所属分类:OpenCV

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

    0下载:
  2. 均值漂移算法用于图像分割,vs2013配置opencv3.0,有滑动条改变参数。-Mean shift algorithm for image segmentation, vs2013 configuration opencv3.0, there is a slider to change the parameters to see the effect.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10632598
    • 提供者:陈晨
  1. MeanShift-Trace-Ellipse

    0下载:
  2. mean shift跟踪,椭圆大小及方向随物体运动而变化,始终能框住物体,论文和代码均在压缩包里面,亲测没有问题。-mean shift tracking, oval object the size and direction of the movement with the change, will always be able to frame objects, and code papers were compressed inside, pro-test is no problem.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-30
    • 文件大小:429633
    • 提供者:刘辉
  1. caitufenge

    0下载:
  2. 本程序首先把图像由RGB空间转到HSI空间,然后利用彩色图像分割策略以及meanshift算法对图像进行分割最后加入边界合成。,实现数据的聚类分割。-The program first the image the RGB space to HSI space and then using color image segmentation strategy and meanshift image segmentation algorithm synthesis of the last to jo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4314163
    • 提供者:东升
  1. meanshiftseg

    0下载:
  2. 这是一个关于利用meanshift算法进行图像特征提取的matlab程序,可以直接运行-this is a way for matlab using meanshift,and it is a good process。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:xuxiyan
  1. meanshift

    0下载:
  2. 图像分割,feichangshiyon de chengxu-Image cut
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:27283
    • 提供者:nfmiawtxj
  1. Camshift

    0下载:
  2. 介绍了追踪算法Camshift即连续自适应的Meanshift算法.-In this paper, the tracking algorithm Camshift, which is continuous adaptive Meanshift algorithm, is introduced.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:119292
    • 提供者:陶程序员
  1. MeanShiftSky

    0下载:
  2. Detect sky with meanshift algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:7681729
    • 提供者:Houssam
  1. meanshift

    0下载:
  2. 用于聚类,确定聚类半径,聚类中心。用于跟踪。-Clustering is used to determine the radius of the cluster, the cluster center. For tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2832
    • 提供者:朱敏
  1. work

    0下载:
  2. 主要完成的是目标的检测与跟踪,分别包括高斯模型检测与meanshift跟踪,实现了很多中方法,包括调试。-The main goal is to complete the detection and tracking, including the Gauss model detection and meanshift tracking, to achieve a lot of methods, including debugging.
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:701792
    • 提供者:zhangcheng
  1. meanshift

    0下载:
  2. 聚类用于跟踪,识别,有确定的聚类中心,聚类半径,聚类数目。
  3. 所属分类:其他小程序

    • 发布日期:2016-10-23
    • 文件大小:26857
    • 提供者:zhuqiujin
  1. M-shift

    0下载:
  2. 基于Meanshift算法的追踪,鼠标标出目标其余后基于颜色直方图的追踪-After remaining marked target tracking algorithm based Meanshift, mouse, color histogram-based tracking
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-17
    • 文件大小:101626880
    • 提供者:王旭
« 1 2 ... 24 25 26 27 28 2930 31 »
搜珍网 www.dssz.com