CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - mean shift

搜索资源列表

  1. Mean-Shift

    0下载:
  2. mean-shift算法的实现算例,通过看这段代码,可以很快熟悉mean-shift算法-mean-shift method for the example, look at this code can be quickly familiar with the mean-shift algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:79149
    • 提供者:胖丫
  1. mean-shift算法综述

    2下载:
  2. 本文详细的说明Mean Shift 的基本思想及其扩展,其背后的物理含义,以及算法步骤,并给出理论证明.最后本文还将给出Mean Shift 在聚类,图像平滑,图像分割,物体实时跟踪这几个方面的具体应用.
  3. 所属分类:人工智能/神经网络/遗传算法

  1. MeanShift.rar

    0下载:
  2. Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到满足一定的条件结束. 用matlab实现mean shif
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:270310
    • 提供者:maolei
  1. mean_shift.rar

    0下载:
  2. this is mean shift one of image processing famous segmentation techniques, it is programmed in matlab,this is mean shift one of image processing famous segmentation techniques, it is programmed in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1686
    • 提供者:me
  1. MeanShiftCluster.zip

    0下载:
  2. Mean shift clustering. K means clustering.,Mean shift clustering. K means clustering.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2125
    • 提供者:Ezekiel
  1. abdi-PCA4Wiley.zip

    0下载:
  2. ua University, in 2002 publi this document, including the Mont A program of curve fitting based Bayesian Filter. Bayesian (Bayesi a target tracking system MATLAB s cubic spline curve fitting This i book is widely used in engineerin this
  3. 所属分类:matlab例程

    • 发布日期:2017-04-01
    • 文件大小:712742
    • 提供者:wibisono
  1. Scale-and-Orientation-Adaptive-Mean-Shift-Trackin

    0下载:
  2. Scale and Orientation Adaptive Mean Shift Tracking
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:444330
    • 提供者:lallu
  1. MeanShiftCluster

    0下载:
  2. this code is knows Mean Shift algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1411
    • 提供者:fatih
  1. meanshift

    0下载:
  2. mean shift算法提取图像边缘和图像分割-mean shift algorithm for image edge extraction and image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1144480
    • 提供者:djjk
  1. Cluster_MeanShift

    0下载:
  2. 采用meanshift算法实现图像聚类,函数用matlab实现-clustering using Mean-shift
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2733
    • 提供者:xianxi
  1. VIS

    0下载:
  2. 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。-This is a source about motion object tracking, including foreground modeling,object detection,o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7500205
    • 提供者:
  1. hello-mean-shift

    0下载:
  2. 本程序是一个采用均值位移向量的方法进行的运动跟踪算法-This procedure is a displacement vector by the method of the mean motion tracking algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2885
    • 提供者:当当
  1. segmeeeeeeeeeeeeeee.tar

    0下载:
  2. A general technique for the recovery of signi cant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (includi
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:17758
    • 提供者:gggg
  1. ObjectTracking

    0下载:
  2. this code is a Mean shift example
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4450
    • 提供者:fatihtalu
  1. mean_shift

    0下载:
  2. mean shift 分割,matlab 代码,不错-mean shift segmentation, matlab code, good
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1684
    • 提供者:郭复胜
  1. MS_matlab

    0下载:
  2. 分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。-mean shift algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3662
    • 提供者:huzheng
  1. meanshift_matlab

    0下载:
  2. mean shift tracker mean shift tracker mean shift tracker-mean shift tracker mean shift tracker mean shift tracker mean shift tracker mean shift tracker
  3. 所属分类:matlab

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

    0下载:
  2. mean shift clustering
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2709
    • 提供者:kaveh
  1. Mean-shift

    0下载:
  2. mean shift algorithme for clustering
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:365799
    • 提供者:belkacem
  1. mean-shift-tracking

    0下载:
  2. 均值便宜跟踪的示例程序,可以帮助大家了解均值偏移的过程。-Mean shift track sample program that can help us understand the process mean shift.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2745286
    • 提供者:木军阳
« 12 3 4 5 6 »
搜珍网 www.dssz.com