CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 均值滤波

搜索资源列表

  1. imageprocess

    0下载:
  2. 图像处理,包括形态学处理,傅里叶变换,二直化,均值滤波,高斯滤波等-Image processing, including morphological processing, Fourier transform, the second straight of the mean filter, Gaussian filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1502692
    • 提供者:xiewei
  1. Filtering

    0下载:
  2. 时域滤波方法,频域滤波大全(包括中值滤波,均值滤波,理想低通,巴特沃斯低通 带通滤波器-Time-domain filtering, frequency domain filtering Daquan (including the median filter, mean filter, the ideal low-pass, Butterworth low-pass band-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4646
    • 提供者:zhangjiahui
  1. tuxaingchulishiiyan

    1下载:
  2. 对一副测试图像进行加各种噪声,然后进行多帧平均,中值滤波,均值滤波,维纳滤波,理想低通滤波,巴特沃斯低通,带通滤波,自适应滤波九种方法处理,并分析结果,得出各种滤波方法的优缺点。包括实验报告-Plus a pair of test images of all kinds of noise, and then multi-frame averaging, median filtering, mean filtering, Wiener filter, the ideal low-pass filt
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:341276
    • 提供者:zhangjiahui
  1. Code

    1下载:
  2. 改程序包里包含中值、均值滤波、自适应中值滤波和一种改进的椒盐噪声滤波程序,前三种是给第四种作对比的,第四种方法对椒盐滤除效果很好。-Change the program package contains the value, mean filtering, adaptive median filter and an improved impulse noise filtering program is the first three compare to the fourth, the four
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4827
    • 提供者:刘剑桥
  1. 滤波处理

    0下载:
  2. 滤波处理,包括最大值滤波、最小值滤波、中值滤波和平均值滤波!-filter processing, including filtering maximum and the minimum of filtering, median filtering and filtering average!
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3032
    • 提供者:rterwill
  1. 图像处理

    0下载:
  2. 维纳滤波,中值滤波,均值滤波,降噪的代码实现(Code implementation of Wiener filtering)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:5115904
    • 提供者:Joeserv
  1. 新建 Microsoft Word 文档

    0下载:
  2. 在照片中加入椒盐噪声、高斯白噪声。? 分别用3*3、5*5、7*7的均值滤波器和中值滤波器进行滤波。(Salt and white noise are added to the picture. The filter is used to filter the mean filter and median filter of 3 * 3, 5 * 5, 7 * 7.)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:10240
    • 提供者:天蓝幽魔
  1. 粒子滤波程序

    0下载:
  2. 通过寻找一组在状态空间中传播的随机样本来近似的表示概率密度函数,用样本均值代替积分运算,进而获得系统状态的最小方差估计的过程(By finding a set of random samples propagating in the state space to approximate the probability density function, the sample mean is used instead of the integral operation to obtain the
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:9216
    • 提供者:大白菜ml
  1. all_noise_average

    0下载:
  2. 分别对加入椒盐噪声和高斯噪声的图像通过均值滤波器进行滤波,输出滤波后的图像以及信噪比。(The images of adding salt and pepper noise and Gaussian noise are filtered by the mean filter respectively, and the filtered image and signal to noise ratio are output.)
  3. 所属分类:matlab例程

  1. Non-Local Means Filter

    1下载:
  2. 能够实现图像的预处理也就是去噪处理,比中值滤波、均值滤波效果都要好。(Can achieve the image preprocessing is denoising, than the median filter, mean filtering effect is better.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:10931200
    • 提供者:张丫丫yes
  1. EX2

    0下载:
  2. 图像的平滑滤波,基于均值滤波函数和中值滤波函数(Smooth filtering of images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:61440
    • 提供者:proud
  1. equalize_hist

    0下载:
  2. 1. 均值滤波:即线性滤波,有: a.邻域平均, b. 加权平均两种。 a. 邻域平均:用一个像素邻域平均值作为滤波结果,此时滤波器模板的所系数都取1,为保证输出图仍在原来的灰度值范围,在算得R后要将其除以系数总个数再进行赋值,对3*3的模板来说,在算得R后要将其除以系数9。 b. 加权平均:对同一尺寸的模板,可对不同位置的系数采用不同的数值,一般认为离对应模板中心像素近的像素应对滤波结果又较大贡献,所以接近模板中心的系数可比较大而模板边界附近的系数应比较小。(1. mean filter
  3. 所属分类:其他

  1. blur

    0下载:
  2. 方框滤波、双边滤波、高斯滤波、中值滤波、均值滤波(medianBlur,bilateralFilter,GaussianBlur,blur,boxFilter)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-29
    • 文件大小:7237632
    • 提供者:123456zxcv
  1. NL-means

    1下载:
  2. 利用MATLAB实现了图像的非局部均值去噪算法,效果明显。(The non local means denoising algorithm of image is implemented by MATLAB, and the effect is obvious.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:47104
    • 提供者:WG_JNU
  1. 中值滤波

    0下载:
  2. 中值滤波可以保留目标边缘,这是中值滤波器相对于均值滤波器的最大优势。中值滤波具有去噪的性能,可以消除孤立的噪声点,可以用来减弱随机干扰和脉冲干扰,但是边缘不模糊。(Median filter can retain the target edge, which is the maximum advantage of median filter compared to mean filter. The median filter has the performance of denoising, w
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:10240
    • 提供者:梁LHM
  1. 图像空域滤波(二)

    1下载:
  2. 1. 锐化滤波; 2. Sobel水平方向滤波与垂直方向滤波。 3. 对灰度图像执行均值平滑滤波; 4. 对灰度图像执行中值平滑滤波; 5. 中值平滑滤波与均值平滑滤波对比。
  3. 所属分类:matlab例程

  1. image-denoising

    1下载:
  2. 图像去噪算法研究,包括均值滤波、高斯滤波、中值滤波、自适应中值滤波、巴特沃斯低通滤波器、小波阈值去噪算法(Image denoising algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2020-07-20
    • 文件大小:4096
    • 提供者:xiaosanba
  1. 均值,中值,高斯,维纳滤波处理图像代码

    1下载:
  2. 采用均值滤波,中值滤波,高斯滤波,维纳滤波四种方法进行图像降噪处理(Mean filter, median filter, gaussian filter and wiener filter are used for image denoising)
  3. 所属分类:图形图象

    • 发布日期:2020-05-15
    • 文件大小:15360
    • 提供者:大门牙
  1. 干涉相位滤波(均值、中值、圆周期)

    3下载:
  2. 干涉相位滤波(均值、中值、圆周期)用于insar的三种不同滤波方法(Three different filtering methods for InSAR based on interferometric phase filtering (mean, median and circle period))
  3. 所属分类:matlab例程

    • 发布日期:2020-06-24
    • 文件大小:1638400
    • 提供者:圭川
  1. lvboeg

    1下载:
  2. 滤波的例子,包括低通、均值滤波,和简单的维纳滤波、自适应滤波,适合初学者学习。(Examples of filtering, including low-pass, mean filtering, and simple Wiener filtering, adaptive filtering, are suitable for beginners to learn.)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-24
    • 文件大小:1024
    • 提供者:fox1258
« 1 2 3 4 56 7 8 9 10 ... 49 »
搜珍网 www.dssz.com