搜索资源列表
legend11_a
- matlab - image processing - averaging filter-matlab- image processing- averaging filter
cross_bf
- 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
lvbo
- 邻域平均法滤波 原图像画面清晰,添加勒椒盐噪声后图像上产生勒明显的黑色斑点(噪声),用不同模板的平滑滤波处理后图像上的噪声消失,但是图像变得模糊,并且,使用的模板越大,对图像的去噪效果越好,同时图像也变得越模糊。 -Neighborhood averaging filter clear picture of the original image, add the Le Salt and pepper noise generated after the image Roming notic
shiyan
- 给出三组分别带有高斯噪声和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
Image_avergingfilter
- You can do averaging filter for the image. The image will become smooth!
slidefilter
- 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
meanFilter
- 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
smooth
- 调用opencv库,采用平均滤波法实现图像的平滑化功能-Call opencv library, use of average filtering method for image smoothing function
data_avg
- averaging filter moving average filter
My_Filter
- this is a code for applying averaging filter to an image in matlab
HW3-JUNLEI
- 3*3的均值滤波器,证明其为一个低通滤波器-3* 3 averaging filter, to prove that it is a low-pass filter
suijixinhao
- 随机信号的几种分析代码,如求均值,FFT变换,加白噪声, 平滑滤波-Several random signal analysis code, such as averaging, FFT transform, plus white noise, ' smoothing filter
picture
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
averagefilt_opt
- 经过优化的二维平均滤波,程序可以根据滤波窗口的大小自适应的选择行优化或者列优化,同时函数还包含了三种边界处理功能:预设值、近邻和镜像。假设滤波窗口的长边为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
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
neighbourhood-averaging
- 最简单的平滑滤波是将原图中一个像素的灰度值和它周围邻近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
dsp
- 数字图像处理的常见算法 基于对话框的mfc源码 打开图像 保存图像 平均滤波 直方图-Digital image processing algorithm is based on common open source mfc dialog save the image histogram image averaging filter
Mean-Filter
- 此程序主要是利用均值滤波器对图像进行平滑处理,并在此基础上编写了超限像素滤波器以达到更好的滤波效果-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
Averaging-Filter
- 均值滤波器,基于matlab开发的,对于白噪声具有较好的效果-averaging filter,developed in matlab,have good effect on white noise
averaging-filter
- application of the averaging filter on image