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

搜索资源列表

  1. yundongmubiaojiance.rar

    0下载:
  2. 运动目标跟踪算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 ,Moving Target Tracking Algorithm include: 1. Quiescent in the context of target detection in the context of prediction 2. Static background frame difference metho
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1321230
    • 提供者:国风
  1. avi.rar

    1下载:
  2. 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。,Video Demo algorithm includes: 1. Static background prediction in the context of target detection 2. The conte
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:3107309
    • 提供者:wujian07
  1. meanshift

    0下载:
  2. 详细讲解了Mean-shift的核心思想.可用于图像分割,运动目标检测
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:6728003
    • 提供者:王冰
  1. comaniciu

    0下载:
  2. 这是Dorin Comaniciu,Peter Meer的文献:Mean Shift Analysis and Applications-This is Dorin Comaniciu, Peter Meer literature: Mean Shift Analysis and Applications
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-29
    • 文件大小:263381
    • 提供者:史晓萍
  1. MeanShift

    0下载:
  2. Mean Shift real time tracking
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3621
    • 提供者:Manjo
  1. testnlm

    0下载:
  2. non local mean 去噪方法,该方法在空间域中对图像进行降噪。-non local mean denoising code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:1382
    • 提供者:nickywu
  1. mean_shift

    0下载:
  2. 一个mean shift 的介绍PPT 著名文章的作者所写-mean shift PPT
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6728070
    • 提供者:liumeng
  1. 47651501mean-shift-matlab

    0下载:
  2. If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files). Webmaster will activate your member account after checking your files. If you do not want to uplo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3436
    • 提供者:alpha
  1. skypeaudio7

    0下载:
  2. easy to descriotion .i want a file about mean shift so i have to regist a name for this ,please help me.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:823536
    • 提供者:dazhao
  1. MeanShift

    1下载:
  2. I have written mean shift algorithm sample
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1191781
    • 提供者:Elif
  1. CamShift

    0下载:
  2. CamShift算法,即"Continuously Apative Mean-Shift"算法,是一种运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪的目的。我把这个算法分解成三个部分,便于理解: 1) Back Projection计算 2) Mean Shift算法 3) CamShift算法-CamShift algorithm, that is, " Continuously Apative Mean-Shift" algorithm, is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1586
    • 提供者:eagle
  1. MeanShift

    0下载:
  2. Mean Shift算法的具体步骤,Mean Shift算法可以分为以下4步: 1.选择窗的大小和初始位置. 2.计算此时窗口内的Mass Center. 3.调整窗口的中心到Mass Center. 4.重复2和3,直到窗口中心"会聚",即每次窗口移动的距离小于一定的阈值。-Mean Shift algorithm specific steps, Mean Shift algorithm can be divided into the following four steps:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1415
    • 提供者:eagle
  1. fuzzy_image_segmentation

    0下载:
  2. fuzzy-c-mean image segmentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3821
    • 提供者:petrus
  1. MSFilter

    0下载:
  2. 用Visual C++实现了用Mean Shift算法进行图像滤波和分割,可以对灰度图像和彩色图像进行处理-Using Visual C++ implementation using Mean Shift algorithm for image filtering and segmentation, can be gray images and color image processing
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-31
    • 文件大小:13536670
    • 提供者:zhuyong
  1. Introduction-Mean-Shift

    0下载:
  2. Mean_Shift简介,有推导,较为详细,希望对大家有用。-Mean_Shift Introduction, there are derived, more detailed, and I hope useful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1544319
    • 提供者:王旺
  1. mean_shift

    0下载:
  2. mean-shift的经典学习文章,很辛苦才找到,这里和大家分享-the classic mean-shift learning article, it is hard to find, here and share
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1090534
    • 提供者:张瑞茂
  1. mean-shift

    0下载:
  2. mean shift segmentation opencv
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-01
    • 文件大小:13797358
    • 提供者:hell
  1. mean-shift-tracking

    0下载:
  2. mean shift tracking(跟踪汽车)源代码。-mean shift tracking (tracking car) source code.
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3113475
    • 提供者:巨刚
  1. ae602a9c136a

    1下载:
  2. 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、RGB与LUV颜色空间的互相转换(Mean shift image segmentation test procedures, the use of meanshift algorithm for color images clustering segmentation, the effect is very good, and show the use of time, find the c
  3. 所属分类:其他

    • 发布日期:2017-12-13
    • 文件大小:7051830
    • 提供者:小弟589
  1. MeanShift

    0下载:
  2. Mean shift 234577889gghibxfuioo
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:thu
« 12 3 »
搜珍网 www.dssz.com