搜索资源列表

  1. mean-shift

    0下载:
  2. 这是基于mean-shift运动目标跟踪的matlab仿真的程序,含有三个M文件
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3625
    • 提供者:还非子
  1. Mean

    0下载:
  2. 利用Mean Filter对图像进行的平滑化处理,同时去处图像中的noise。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4787447
    • 提供者:钱靖
  1. image-segmentation-mean-shift

    0下载:
  2. 使用mean shift方式增强图像对比度的一个小演示(开发平台:matlab7.0)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:10847
    • 提供者:chao wang
  1. Mean,_Medi14372510102002

    0下载:
  2. This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you ente
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:122563
    • 提供者:liudm_123456
  1. 基于Mean Shift的阈值分割

    0下载:
  2. 阈值分割算法是一种将灰度图像转化为二值图像的简单有效的方法,但是由于需处理图像的复杂性,常常使得阈值分割算法中阈值的选取问题无法很好解决。针对这个问题,在进行阈值化处理之前,我们先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。 简单来说,基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-06-20
    • 文件大小:844
    • 提供者:cathy2007
  1. mean-shift算法综述

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

  1. mean-shift算法综述

    1下载:
  2. Mean-shift 算法集合要点
  3. 所属分类:其它文档

  1. mean-shift聚类

    0下载:
  2. mean-shift算法论文
  3. 所属分类:编程文档

    • 发布日期:2010-12-11
    • 文件大小:270055
    • 提供者:zxdflyer
  1. mean shift视频跟踪算法

    0下载:
  2. mean shift视频跟踪算法代码,可以为正在学习人脸,车辆跟踪算法的人提供一种平台。
  3. 所属分类:源码下载

    • 发布日期:2010-12-14
    • 文件大小:1441887
    • 提供者:4716830
  1. mean shift分类算法

    0下载:
  2. 老外写的一个mean shift分类的程序,很经典
  3. 所属分类:源码下载

    • 发布日期:2011-03-22
    • 文件大小:2080
    • 提供者:pangbobuzhang
  1. MEAN SHIFT程序

    1下载:
  2. 用MATLAB语言编写的MEAN SHIFT程序,非常有参考价值.
  3. 所属分类:源码下载

    • 发布日期:2011-06-04
    • 文件大小:42267
    • 提供者:jexpe@sohu.com
  1. Matlab 基于sift的mean-shift算法

    3下载:
  2. 核窗宽自适应的mean-shift算法代码,运行简单,注释清晰
  3. 所属分类:图形图象

    • 发布日期:2012-06-06
    • 文件大小:4522
    • 提供者:tengzuming
  1. mean滤波

    0下载:
  2. 均值滤波实现-Mean filter to achieve
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:0
    • 提供者:金灵书
  1. Mean,_Medi14372510102002

    0下载:
  2. This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you ente
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:121856
    • 提供者:liudm_123456
  1. MFY_kmeans

    0下载:
  2. 这是我帮一个本科生做的毕业设计,实现的数据挖掘的k均值和k中心算法,其中包含了我做的两个二维的数据集,感觉要预先知道k的参数值,不是很方便-This is what I do to help an undergraduate graduation Design, Implementation of the Data Mining mean k and k center algorithm, which includes me to do
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:157696
    • 提供者:孟繁宇
  1. K_average

    0下载:
  2. 模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程,并对分类进行了画图分析。-the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:也风
  1. fuzzy c-mean

    0下载:
  2. 一个FMEAN神经网络代码,是matlab开发的模糊聚类-FMEAN a neural network code is developed Matlab fuzzy clustering
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:余建波
  1. K均值算法

    0下载:
  2. 实现K均值算法,读取文件,实现K均值的分类。-K-means algorithm to achieve, reading the paper, K-mean achievement category.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:40960
    • 提供者:
  1. edison_binary

    0下载:
  2. 关于均值漂移的程序,该代码为编译好的程序,可以直接看图像分割效果!-Mean Shift on the procedures, the code compiled procedures, can look directly image segmentation results!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1486848
    • 提供者:曹刚
  1. mean

    0下载:
  2. 各种滤波算法,中值,均值,形态滤波 ,各有适用范围-various filtering algorithm, the value of the mean, morphological filtering, each application
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:58368
    • 提供者:王世平
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org