搜索资源列表
平滑滤波
- 可以对图像进行平滑处理,对于学习图像处理的很有用啊!
平滑滤波
- 用Matlab编程实现对图形图像的处理,图像的平滑滤波。
matlab_image.matlab图像预处理
- matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
舌图像的反光点进行平滑滤波处理
- 舌图像的反光点进行平滑滤波处理,然后采用分水岭算法进行分割,提取舌体。,tongue-image smoothing and watershed segmentation
MyDenoiseSoft.rar
- 基于空域平滑滤波的消噪处理程序,在MATLAB中直接运行即可,In view of airspace smoothing denoising processing procedures can be run directly in MATLAB
40484845gaussian-core
- 本程序实现高斯核函数的计算,用户可以定义模版的长度和参数的大小,最后生成高斯平滑滤波模版,对图像进行滤波效果明显,可以方便地添加到开发程序当中,为你节省不少时间,下载吧@
图像的显示与存储
- 能实现图像的显示与存储,并有平滑滤波的处理过程。
SMOOTHFILTER
- 提高数据采集可靠性的一种方法--平滑滤波法,这里是20点和40点的平滑滤波。 CRC冗余码校验也是提高可靠性的必要方法。-Improve the reliability of a data collection method- smoothing filtering method, this is 20 o clock and 40-point smoothing filter. CRC redundancy check is also an essential means to impro
gauss
- 高斯平滑滤波(通过模板进行滤波,内含测试图片)-Gaussian smoothing filter (through the template filter, containing the test picture)
za
- 在labwindows/cvi里编写的滤波程序,采用均值平滑滤波,对边缘模糊较小-the program developed in labwindows/cvi,with average smoothing filter
Image_Smoothing
- 所给程序中,先给出一副原始图像,在其中添加椒盐噪声,然后用几种方法进行平滑滤波,包括邻域均值法,邻域中值滤波和K邻域均值滤波,其中的K邻域均值滤波所选掩膜为3*3,K值取5,图片选用board.ti。-Given program, the first is given an original image, in which the added salt & pepper noise, and then use several methods of smoothing, including
filter
- 用MATLAB实现频域平滑滤波以及图像去噪代码6. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示频率域图 像; 7. 在频率图像上去除滤波半径以外的数据(置0); 8. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示处理过的 频域图像数据; -6. Calculate the frequency domain image of the amplitude and logarithmic transformation, using imsh
SpatialFrequencyDomainImageEnhancement
- 灰度变换增强程序 1.灰度变换增强程序 2.直方图灰度变换 3.直方图均衡化程序举例 4.直方图规定化程序举例 1.线性平滑滤波 2.中值滤波器 3. 4邻域8邻域平均滤波算法 1.低通滤波器 2.布特沃斯低通滤波器图像实例-Enhanced gray-scale transformation procedure 1. Enhanced gray-scale transformation procedure 2. Histogram gray-sc
lvbo1
- 滤波函数,关于平滑滤波,巴特沃斯滤波等等滤波函数-lvbo function about something somthing the waves
pinghualvbo
- 信号平滑滤波代码,用于平滑滤波处理,由Matlab编成-Signal smoothing filter code for smoothing filter processing, compiled by the Matlab
Matlab-image-add-noise-and-filtering
- Matlab图像增强实验源代码与图片展示,内有用matlab为图像增加椒盐噪声白噪声程序。再用平滑滤波与中值滤波对图像进行处理。-Matlab source code for image enhancement and image experiments show, the image in a useful increase in salt and pepper noise matlab white noise process. And then filtering and median fi
SystemGenerato
- 通过建立MATLAB simulink generator实现3*3的矩阵的图像平滑滤波(Through the establishment of MATLAB Simulink generator to achieve the 3*3 matrix of the image smoothing filter)
滑动窗口滤波
- 进行平滑滤波编码分析得到接近真实值的参数(Smooth filtering to solve the problem of unstable sampling value after single sampling)
图像空域滤波(二)
- 1. 锐化滤波; 2. Sobel水平方向滤波与垂直方向滤波。 3. 对灰度图像执行均值平滑滤波; 4. 对灰度图像执行中值平滑滤波; 5. 中值平滑滤波与均值平滑滤波对比。
MATLAB平滑滤波算法
- MATLAB用于平滑噪声所用的平滑噪声算法,可有效滤除数据中的相关噪声。