Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab mean filter
Search - matlab mean filter - List
一种改进的均值滤波法,能得到很好的图象降噪效果!-mean an improved filter that can be very good image noise reduction effect!
Update : 2025-02-19 Size : 47kb Publisher : 文特

滤波一般用于消除图像中的随机噪声,故下面的程序先添加典型噪声,再进行各种滤波处理:均值滤波、中值滤波、最小值滤波、最大值滤波。 -Image filtering is generally used to eliminate the random noise, so the following procedure to add the typical noise, and then conduct various kinds of filter processing: mean filtering, median filtering, the minimum filtering, maximum filtering.
Update : 2025-02-19 Size : 3kb Publisher : 张雨辰

用matlab实现的均值滤波函数,可以有3*3,5*5等多种窗口可选-Using matlab to achieve the mean filter function, can have 3* 3,5* 5 and many other window options
Update : 2025-02-19 Size : 3kb Publisher : 王站

八邻域均值算法与中值算法的比较,加高斯噪声滤波进行比较-Eight-neighbor algorithm with the mean value of the comparison algorithm, plus Gaussian noise filter comparison
Update : 2025-02-19 Size : 29kb Publisher : Vincent

这是基于mean-shift运动目标跟踪的matlab仿真的程序,含有三个M文件-This is based on the mean-shift moving target tracking matlab simulation program, containing three M documents
Update : 2025-02-19 Size : 3kb Publisher : 还非子

LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。-LMS adaptive filter is to filter the output signal in response to and expectations of the error between the mean square value of the smallest, so called the least mean square (LMS) adaptive filter.
Update : 2025-02-19 Size : 46kb Publisher : jj

数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理-Digital image data display matrix and its Fourier transform P0302: Two-dimensional discrete cosine transform image compression P0303: gray-scale transformation of the methods used to enhance image contrast P0304: Histogram of homogenization P0305: analog image by Gaussian white noise and Salt and Pepper Noise impact P0306: A two-dimensional median filtering function medfilt2 of interference by salt and pepper noise image filtering P0307: using MATLAB in filter2 function affected by noise interference images mean filter P0308: Image Adaptive Weiner filtering P0309: the use of five kinds of different gradient enhanced image sharpening method P0310: Image of high-pass filtering and mask treatment
Update : 2025-02-19 Size : 118kb Publisher : sol

DL : 0
均值滤波,加权滤波,中值滤波的MATLAB实例,用于图象及信号的处理-Mean filter, weighted filtering, median filtering of the MATLAB examples for image and signal processing
Update : 2025-02-19 Size : 83kb Publisher : 西门

自己编写图像平滑算法:均值滤波和中值滤波,设置不同的均值滤波模板,以得到最好的图像输出结果。-I have written the image smoothing algorithm: mean filter and median filter, mean filter set different templates to get the best image output.
Update : 2025-02-19 Size : 1kb Publisher : zw

DL : 0
十种软件滤波的方法,包括限幅滤波法、中位值滤波法、算术平均滤波法、递推平均滤波法、中位值平均滤波法等-10 kinds of filtering software, including limiting filtering, median filtering method, arithmetic mean filtering, recursive filtering method the average, median average filtering method such as
Update : 2025-02-19 Size : 2kb Publisher : zhuyoujian

DL : 0
图像课程设计,直方图显示,均衡化,中值滤波以及均值滤波-Images curriculum design, histogram display, balanced, and median filter and mean filter
Update : 2025-02-19 Size : 11.95mb Publisher : song

自编中值、均值滤波源码 最近刚弄的 拿出来和大家分享 -Self-Median, mean filter source of the show recently to get to share with you all
Update : 2025-02-19 Size : 1kb Publisher : victhier

利用MATLAB实现的一些图像处理程序 有利用HOUGH变换实现圆的检测 也有实现均值处理的以及同台滤波处理还有中值滤波的-The use of MATLAB implementation of a number of image processing procedures have to use HOUGH transform circle detection also realize there is implementation of the deal, as well as the mean filter treatment have the same median filter of
Update : 2025-02-19 Size : 4kb Publisher : 刘东

DL : 0
对图像中干扰信号的滤除 H=fspecial( average ,n) 均值滤波器 -Image signal interference filter H=fspecial( average ,n) Mean Filter
Update : 2025-02-19 Size : 82kb Publisher : lkl

DL : 0
用自编函数进行均值滤波、中值滤波、高斯滤波,并与matlab自带函数进行比较-own code with function of mean filter, median filter, Gaussian filter
Update : 2025-02-19 Size : 2kb Publisher : 王强

本程序是对均值滤波方法和中值滤波方法的去噪效果对比的MATLAB程序-This procedure is a mean filter and median filter denoising methods MATLAB procedures contrast effect
Update : 2025-02-19 Size : 1kb Publisher : jiali

thes source codes implements Adaptive filters. Adaptive mean filter, Contra Harmonic Mean filter, Harmonic Mean Filter, Geometric Mean Filter and Spatial Filtering.
Update : 2025-02-19 Size : 2kb Publisher : Gholamreza

this file contains the implementation of the "contraharmonic filter" using the basic formula of finding contraharmonic mean achieved through the use of for loops. contraharmonic filter can remove both -SALT n PEPPER noise from the image but not simultaneously. The positive order contraharmonic filter removes the pepper noise and the negative order removes the salt noise. SALT n PEPPER noise has been added to the image and it has been removed sequentially using the contraharmonic filter of positive and negative filters one after the other. It has been observed that the removal of salt noise followed by the removal of the pepper noise gives better results-this file contains the implementation of the "contraharmonic filter" using the basic formula of finding contraharmonic mean achieved through the use of for loops. contraharmonic filter can remove both-SALT n PEPPER noise from the image but not simultaneously. The positive order contraharmonic filter removes the pepper noise and the negative order removes the salt noise. SALT n PEPPER noise has been added to the image and it has been removed sequentially using the contraharmonic filter of positive and negative filters one after the other. It has been observed that the removal of salt noise followed by the removal of the pepper noise gives better results...
Update : 2025-02-19 Size : 1kb Publisher : saumya

用matlab实现的快速均值算法,可以实现对图像去除噪声。-Using matlab to achieve fast means algorithm, can achieve an image to remove noise.
Update : 2025-02-19 Size : 1kb Publisher :

matlab code for to reduce noise on image - median filter, mean filter, maximum filterm, hybrid median filter, etc
Update : 2025-02-19 Size : 4kb Publisher : Jiyoung Park
« 12 3 4 5 6 7 8 9 10 ... 13 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.