搜索资源列表

  1. meanshiftseg

    0下载:
  2. 这是基于均值漂移算法的图像分割VC源代码。-This is based on the mean-shift image segmentation algorithm VC source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:olindazh
  1. meanshiftseg_matlab

    0下载:
  2. 基于均值漂移算法图像分割MATLAB源代码。压缩包内有三个程序文件,先是基于基于均值漂移算法进行图像平滑,然后再图像分割。-Based on mean-shift image segmentation algorithm for MATLAB source code. Compressed packet has three program files, first based on the mean-shift algorithm ba
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:olindazh
  1. Mean-Shift

    0下载:
  2. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:104448
    • 提供者:damocris
  1. watermarking

    0下载:
  2. 基于均值量化的小波域音频水印算法 可实现水印嵌入和提取 有较强鲁棒性-Mean Quantization-based audio watermarking in wavelet domain watermark embedding algorithm can be realized and extraction has strong robustness
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. kalman

    0下载:
  2. 卡尔曼滤波的源程序,卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法。它适合于实时处理和计算机运算。 -Kalman filtering of source code, Kalman filter based on minimum mean square error for estimating the best criteria to search for a recursive estimation algo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:小雨
  1. KMEANS

    0下载:
  2. K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分;
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:快快
  1. LMS

    0下载:
  2. 最小均方(LMS)自适应算法就是一中已期望响应和滤波输出信号之间误差的均方值最小为准的,依据输入信号在迭代过程中估计梯度矢量,并更新权系数以达到最优的自适应迭代算法。LMS算法是一种梯度最速下降方法,其显著的特点是它的简单性。这算法不需要计算相应的相关函数,也不需要进行矩阵运算。-Minimum mean-square (LMS) adaptive algorithm is that one has to respond to the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:闫丰
  1. NLMS

    0下载:
  2. 若不希望用与估计输入信号矢量有关的相关矩阵来加快LMS算法的收敛速度,那么可用变步长方法来缩短其自适应收敛过程,其中一个主要的方法是归一化LMS算法(NLMS算法),变步长 的更新公式可写成 W(n+1)=w(n)+ e(n)x(n) =w(n)+ (3.1) 式中, = e(n)x(n)表示滤波权矢量迭代更新的调整量。为了达到快速收敛的目的,必须合适的选择变步长 的值,一个可能策略是尽可能多地减少瞬时平方误差,即用瞬时平方
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:闫丰
  1. Mean

    0下载:
  2. 利用Mean Filter对图像进行的平滑化处理,同时去处图像中的noise。-Mean Filter using images of the smoothing treatment, at the same time place the image noise.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:4787200
    • 提供者:钱靖
  1. fm-meilin

    0下载:
  2. 数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:120832
    • 提供者:sol
  1. k-mean

    0下载:
  2. 算法描述: K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。-Algorithm Descr iption: K-means algorithm: the number of a given type of K, will be assigned to N objects of class K to make class the similarities be
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:LW
  1. 040920108

    0下载:
  2. 均值滤波,加权滤波,中值滤波的MATLAB实例,用于图象及信号的处理-Mean filter, weighted filtering, median filtering of the MATLAB examples for image and signal processing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:84992
    • 提供者:西门
  1. lubo

    0下载:
  2. 自己编写图像平滑算法:均值滤波和中值滤波,设置不同的均值滤波模板,以得到最好的图像输出结果。-I have written the image smoothing algorithm: mean filter and median filter, mean filter set different templates to get the best image output.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:zw
  1. VideoTrack_code

    0下载:
  2. 一组采用mean shift和particle filter的目标跟踪代码,都是基于颜色特征的跟踪算法。算法程序为纯c代码。-One group mean shift and particle filter target tracking code, are based on the color characteristics of the tracking algorithm. Algorithm procedure for pure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1678336
    • 提供者:myb
  1. mean-shift

    0下载:
  2. 经典的跟踪算法,可以对人脸进行实时的跟踪。-Classical tracking algorithm can be real-time face tracking.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:钱德勒
  1. c-mean

    0下载:
  2. C-means 算法,模式识别中常用到的C均值聚类算法,使用VC开发,版权归开发者所有-C-means algorithm, pattern recognition used in the C-means clustering algorithm, the use of VC development, belongs to all developers
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:578560
    • 提供者:门昌骞
  1. GCluser

    0下载:
  2. 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量-Hierarchical clustering algorithms: including k-mean max-dist min-dist procedure to use: program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:5468160
    • 提供者:越越
  1. Mean_64

    0下载:
  2. 原创代码,采用VHDL实现的64点均值滤波。实验测试过,效果良好。可轻松修改成任意点数均值滤波。采用了多点滑动运算,减小了输出延时,最大为3个时钟延迟。可用于AD采样后的滤波处理。-Original code, the use of VHDL to achieve the 64 point mean filter. Experiment tested the results were very good. Can be easily m
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:M
  1. filter

    0下载:
  2. 十种软件滤波的方法,包括限幅滤波法、中位值滤波法、算术平均滤波法、递推平均滤波法、中位值平均滤波法等-10 kinds of filtering software, including limiting filtering, median filtering method, arithmetic mean filtering, recursive filtering method the average, median average
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:zhuyoujian
  1. k-mean

    0下载:
  2. K-means聚类算法的java实现描述!有详尽的说明,对初学者非常有用!-K-means Abduction呾Yang Jun珋mirror cavity java wife of mother
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Joney
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org