搜索资源列表

  1. zhongzhi

    0下载:
  2. 实现中值滤波,加入了高斯噪声以及椒盐噪声,-Implement median filtering, adding Gaussian noise and salt and pepper noise,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:313344
    • 提供者:jmt
  1. pingjunfalvbo

    0下载:
  2. 彩色图像处理的高斯模板领域平均法滤波代码 -Color image processing Gaussian filter template code area average
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:建生邢
  1. high-boost

    0下载:
  2. 高频增强滤波源代码。编码实现高频增强滤波,减弱瑞利噪声及高斯白噪声-high-boost filtering code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:CHANGE
  1. IS95system

    0下载:
  2. 此函数用于IS-95前向链路系统的仿真,包括扩 频调制,匹配滤波,RAKE接收等相关通信模块。 仿真环境: 加性高斯白噪声信道. 数据速率 = 9600 KBps -the programe is simulation of IS-95 forward link
  3. 所属分类:3G开发

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:waf
  1. HP

    0下载:
  2. 利用巴特沃斯高通滤波、理想高通滤波、高斯高通滤波处理图像,根据需求使图像得到锐化,并比较他们的效果。-Use bart wo high-pass filter high-pass filter, ideal, gaussian high-pass filter processing images, according to demand makes the image get sharpening, and compare their
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:850944
    • 提供者:邓一一
  1. apf-

    0下载:
  2. 关于自适应粒子滤波,我觉得很好用,贝叶斯滤波适合非线性和非高斯环境,在粒子滤波基础上 又加改进-About adaptive particle filter, I feel very good, a bayesian filter for nonlinear and non-gaussian environment, particle filter in again on the foundation and improvement
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:李怡
  1. gauss-filter

    0下载:
  2. MATLAB实现的高斯平滑滤波源代码,用了高斯函数的定义来做,附实例,效果很好-gauss filter by matlab
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:WZY
  1. JJ

    0下载:
  2. 关于BMP图像的二值化,box平滑,高斯平滑,中值滤波等,使用的是VC-smooth sharpen of BMP photoes
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:唐国良
  1. noise

    0下载:
  2. 使用中值滤波器对加入噪声的图像进行滤波处理。噪声有均匀噪声、高斯噪声和椒盐噪声-Using the median filter. Noise with uniform noise, Gaussian noise and salt and pepper noise
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:485376
    • 提供者:拉面
  1. image_filter

    0下载:
  2. 对噪声图像(噪声方式为椒盐噪声和高斯噪声)进行滤波。滤波方式分别为均值滤波和中值滤波。-The programme is to filter different kind of noised images in different ways.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:398336
    • 提供者:shirly
  1. image-processing-algorithm

    0下载:
  2. 几种常用的图像处理算法:高斯平滑,二值化变换,离散余弦变换,均值滤波,傅里叶变换-Several kinds of commonly used image processing algorithms: Gauss smooth, two values of transformation, discrete cosine transform, mean filtering, fft....
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1260544
    • 提供者:sillan
  1. WNFilter

    0下载:
  2. 维纳滤波其设计,假设一个点目标在x,y平面上绕单位圆做圆周运动,由于外界干扰,其运动轨迹发生了偏移。其中,x方向的干扰为均值为0,方差为0.05的高斯噪声;y方向干扰为均值为0,方差为0.06的高斯噪声。-Wiener filter is designed, assuming a point target in the x, y plane around the unit circle in a circular motion due
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:lixiaobo
  1. LP

    0下载:
  2. 分别采用理想低通滤波、高斯低通滤波、巴特沃斯滤波对图形图像进行处理。-The ideal respectively low-pass filter, gaussian low pass filtering, bart wo filtering on image processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:814080
    • 提供者:邓一一
  1. Kalman-Track-filter

    0下载:
  2. 带高斯白噪声的Kalman滤波Matlab代码,每一步都有详细的注释,和kalman滤波的五个公式对应。并有高斯白噪声的产生函数,function G = CreateGauss(E,D,M,N) 产生均值为E,方差为D,MxN的高斯白噪声矩阵-The Matlab code of Kalman filter with Gaussian white noise.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:amosunny
  1. 15

    0下载:
  2. 图像处理的高斯平滑滤波程序,c++写的,需要的可以下载,图像处理的必要程序。-Gaussian smoothing filter image processing program, c writing, and we need to download the necessary image processing program.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:162816
    • 提供者:左涛
  1. shiyan5

    0下载:
  2. 实验目的: 学会两种简单的频域低通和高通滤波方法。 实验要求: 使用布特沃斯和高斯滤波器进行低通滤波; 使用布特沃斯和高斯滤波器进行高通滤波。-Purpose of the experiment: Learn two simple frequency-domain low-pass and high pass filtering method. Experimental requirements: Butt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李雪
  1. GaussMedian

    0下载:
  2. 实现遥感图像的均值、中值、高斯低通滤波、倒数加权和选择式掩膜平滑,编译通过-Realize remote sensing images of the mean value and median, gaussian low pass filtering, reciprocal weighted and select type their film smooth, compile successfully
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1660928
    • 提供者:daijing
  1. GM_PHDpaper

    0下载:
  2. IEEE trans. 发表的高斯概率假设密度滤波的开创性文章-It is published in an IEEE tans. on Gaussian mixture probability hypothesis density filter and finite random set
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:924672
    • 提供者:xiaohao
  1. closeForm_PHD

    0下载:
  2. IEEE trans上发表的高斯混合概率假设密度滤波的证明性论文-It is presened for the GM probability hypothesis density filter and finite random set
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2306048
    • 提供者:xiaohao
  1. hpfilter

    0下载:
  2. 图像处理中的高斯高通滤波函数,基于matlab,-high pass filter function in image processing using matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:linda
« 1 2 ... 42 43 44 45 46 4748 49 50 »

源码中国 www.ymcn.org