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

搜索资源列表

  1. ObjectFinder

    0下载:
  2. using color histogram and mean shift to find object
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:93271
    • 提供者:
  1. object-tracking

    0下载:
  2. 目标跟踪部分采用颜色空间与纹理特征结合的方式,实现建模。-In the part of target tracking, adopts the method combination with color space,texture characteristics,Mean-Shift and kalman filter,to achieve the goal.
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:629987
    • 提供者:Florayixi
  1. MeanShift

    0下载:
  2. 均值漂移算法 用于图像分割,快速高效,非常好-Mean shift algorithm for image segmentation, fast and efficient, very good
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1809953
    • 提供者:曹庙根
  1. gerbil-1.0b-win-x64

    0下载:
  2. image segmentation with k-means algorithm and mean shift clustering and filtering
  3. 所属分类:CSharp

    • 发布日期:2017-06-10
    • 文件大小:17403065
    • 提供者:chawki
  1. tracker

    0下载:
  2. Mean Shift Algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:9122816
    • 提供者:muaz
  1. liliang

    0下载:
  2. mean shift图像分割,可用于彩色图像和灰度图像。分割效果较好。-mean shift image segmentation can be used for color image and grayscale images. Segmentation better.
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2719654
    • 提供者:姜大丫
  1. ms

    0下载:
  2. Mean shift based clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1229918
    • 提供者:hell
  1. meanshift

    0下载:
  2. 这个程序主要阐述如何用均值漂移算法在图像跟踪中的应用,并通过例子将跟踪区域显示在图像中-This program mainly describes how to use the mean-shift algorithm in the image tracking application, and through examples will be tracking the region shown in the image
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:824057
    • 提供者:YangKai
  1. meanshift

    0下载:
  2. 均值漂移算法是一种基于颜色特征的无参密度估计算法,被人们广泛的应用于图像滤波、聚类分析和目标跟踪等领域。-Mean shift algorithm is a nonparametric density estimation algorithm based on color feature, which is widely used in the fields of image filtering, clustering analysis and target tracking.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4138882
    • 提供者:王乾
  1. emeanshift111

    0下载:
  2. mean shift example -mean shift example ....
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4422053
    • 提供者:lee
  1. MeanShift

    0下载:
  2. 均值漂移方法实现图像分割,可运行,希望对需要者有所帮助。-Mean shift method to achieve image segmentation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2712
    • 提供者:叶子
  1. matlab

    0下载:
  2. 基于mean-shift算法的动目标跟踪,可以识别目标,并记录动目标的跟踪轨迹,并在窗口显示-Based on mean-shift algorithm of moving target tracking, you can identify the target, moving target tracking and recording tracks,and displayed in the window
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:8998561
    • 提供者:杨玉米
  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 Develop

    • 发布日期:2017-05-31
    • 文件大小:13192593
    • 提供者:hcj
  1. segmentation

    0下载:
  2. Segmentation with k means clustering and mean shift
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1835389
    • 提供者:taatyaa
  1. M_Shift_Tracker

    0下载:
  2. Mean shift tracking Algorithm
  3. 所属分类:Other systems

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

    0下载:
  2. 通过均值漂移算法的实现,获得彩色图像和灰度图像的超像素分割结果(Through the realization of mean shift algorithm, the super pixel segmentation results of color image and gray image are obtained)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:7040000
    • 提供者:平er
  1. Tracking_ASMS

    0下载:
  2. ASMS仅依靠颜色特征的算法而且速度很快,在VOT2015是20名, 是VOT2015官方推荐的实时算法,平均帧率125FPS。在VOT2016是32名,整体属于中等水平。在经典mean-shift框架下加入了尺度估计,经典颜色直方图特征,加入了两个先验(尺度不剧变+可能偏最大)作为正则项,和反向尺度一致性检查。在相关滤波和深度学习盛行的年代,还能看到mean-shift打榜还有如此高的性价比实在不容易。环境:WIN8.1 64位 +Visual Studio 2015 +OpenCV 3.3.
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:7051264
    • 提供者:betforever
« 1 2 3»
搜珍网 www.dssz.com