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

搜索资源列表

  1. legend11_a

    0下载:
  2. matlab - image processing - averaging filter-matlab- image processing- averaging filter
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:48.5kb
    • 提供者:legend11
  1. cross_bf

    0下载:
  2. The bilateral filter is a nonlinear filter that does spatial averaging without smoothing edges. It has shown to be an effective image denoising technique. It also can be applied to the blocking artifacts reduction. An important issue with the applica
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:32.58kb
    • 提供者:liu
  1. lvbo

    0下载:
  2. 邻域平均法滤波 原图像画面清晰,添加勒椒盐噪声后图像上产生勒明显的黑色斑点(噪声),用不同模板的平滑滤波处理后图像上的噪声消失,但是图像变得模糊,并且,使用的模板越大,对图像的去噪效果越好,同时图像也变得越模糊。 -Neighborhood averaging filter clear picture of the original image, add the Le Salt and pepper noise generated after the image Roming notic
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:175.62kb
    • 提供者:yryryr
  1. shiyan

    0下载:
  2. 给出三组分别带有高斯噪声和salt&pepper噪声的图片,对他们进行直方图均衡化,然后分别用中值滤波器和均值滤波器对所有图片进行滤波,比较结果 -1. Given an original and its noised images. 2. Histogram Equalization with random additions 3. 3 by 3 median filter window (Calculate the median value among 9 values, an
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1.41kb
    • 提供者:zhengyan
  1. Image_avergingfilter

    0下载:
  2. You can do averaging filter for the image. The image will become smooth!
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:70.28kb
    • 提供者:happyboy
  1. slidefilter

    0下载:
  2. Sliding Sum Averaging Filter Smoothes data by sliding it past itself, one sample at a time, and summing. The length of the output is the same as the length of the input. The output will be normalized. Equivalent to a moving average (lowpass
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.19kb
    • 提供者:
  1. meanFilter

    0下载:
  2. This is a variable length window averaging filter that uses an MCP3002 ADC with SPI interface to sample an analog input, and has a PWM that can be run through a low-pass filter to produce an analog output. The design was simulated in Modelsim with no
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:16.32kb
    • 提供者:Kelton
  1. smooth

    0下载:
  2. 调用opencv库,采用平均滤波法实现图像的平滑化功能-Call opencv library, use of average filtering method for image smoothing function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:71kb
    • 提供者:leon
  1. data_avg

    0下载:
  2. averaging filter moving average filter
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:332.24kb
    • 提供者:surajit
  1. My_Filter

    0下载:
  2. this is a code for applying averaging filter to an image in matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:711byte
    • 提供者:ana
  1. HW3-JUNLEI

    0下载:
  2. 3*3的均值滤波器,证明其为一个低通滤波器-3* 3 averaging filter, to prove that it is a low-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1.75mb
    • 提供者:xu
  1. suijixinhao

    0下载:
  2. 随机信号的几种分析代码,如求均值,FFT变换,加白噪声, 平滑滤波-Several random signal analysis code, such as averaging, FFT transform, plus white noise, ' smoothing filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6.32kb
    • 提供者:刘杰
  1. picture

    0下载:
  2. 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4mb
    • 提供者:李云
  1. averagefilt_opt

    0下载:
  2. 经过优化的二维平均滤波,程序可以根据滤波窗口的大小自适应的选择行优化或者列优化,同时函数还包含了三种边界处理功能:预设值、近邻和镜像。假设滤波窗口的长边为N,算法的优化效率大约为N/2。-After optimization of 2D averaging filter, the program can be optimized according to the size of the adaptive filter window select the row or column to opti
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:963byte
    • 提供者:brick heck
  1. DownUpSampling_ByFactor2

    0下载:
  2. 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:804byte
    • 提供者:liuyan
  1. neighbourhood-averaging

    0下载:
  2. 最简单的平滑滤波是将原图中一个像素的灰度值和它周围邻近8个像素的灰度值相加,然后将求得的平均值(除以9)作为新图中该像素的灰度值。它采用模板计算的思想,模板操作实现了一种邻域运算,即某个像素点的结果不仅与本像素灰度有关,而且与其邻域点的像素值有关。-Smoothing filter is the most simple gray gray of a pixel in the original image and its neighboring 8 pixel value, average val
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-16
    • 文件大小:256.8kb
    • 提供者:Simon
  1. dsp

    0下载:
  2. 数字图像处理的常见算法 基于对话框的mfc源码 打开图像 保存图像 平均滤波 直方图-Digital image processing algorithm is based on common open source mfc dialog save the image histogram image averaging filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:chaos
  1. Mean-Filter

    0下载:
  2. 此程序主要是利用均值滤波器对图像进行平滑处理,并在此基础上编写了超限像素滤波器以达到更好的滤波效果-This procedure is the use of averaging filter for image smoothing, and on this basis, the preparation of overrun pixel filter to achieve better filtering effect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:10.88kb
    • 提供者:梅浪奇
  1. Averaging-Filter

    0下载:
  2. 均值滤波器,基于matlab开发的,对于白噪声具有较好的效果-averaging filter,developed in matlab,have good effect on white noise
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:luoshenzeng
  1. averaging-filter

    0下载:
  2. application of the averaging filter on image
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:8.63kb
    • 提供者:marwa
« 12 3 »
搜珍网 www.dssz.com