搜索资源列表
basicbiancheng
- 有若干基础算法,像对比度拉伸,傅里叶变换,均值滤波,离散余弦变换,图像镜像,细化,维纳滤波,直方图均衡-some basic algorithms, such as contrast stretching, Fourier transform, mean filtering, discrete cosine transform, image mirroring, Refinement, Wiener filtering, histogram equalization
image_processing
- 图像处理基本算法,如对图像进行二值化处理的源代码,均值滤波处理
zft
- matlab源程序,改进的直方图均值滤波算法
junzhilvbo_2008
- 数字图像处理中常用的均值滤波算法,VC编写,包含完整源代码与实例图片,很实用
image_inhancement
- 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
im_smooth
- 本程序功能为图像平滑的实现,平滑方法包括中值滤波、均值滤波和高斯滤波算法。可直接下载运行。-The program features for the realization of image smoothing。 The smoothing methods include median filtering, average filtering and Gaussian filtering algorithm. This program can be run directly after down
toolbox_nlmeans
- toolbox_nlmeans 用MATLAB实现非局部均值滤波算法-toolbox_nlmeans
zhongzhilvbo
- 通过分析彩色图像滤波的一般方法,提出了一种基于矢量中值滤波的改进算法。该算法融合了线性均值滤波和非线性矢量中值滤波两种方法,大大降低了运算复杂度,同时对脉冲噪声和高斯噪声有好的抑制作用,能有效地保护图像的边缘信息,滤波后不会出现新的颜色。另外本算法的运算复杂度随着滑动窗的增大而缓慢增加,使其能够达到滤波效果和运算复杂度的有效平衡。-By analyzing the general method of color image filtering, a vector median filter ba
junzhizhongzhi
- 关于图像的均值滤波算法,matlab实现,算法简单有-Image mean filtering algorithm, the Matlab implementation, the algorithm is simple
6434esdfsdf
- 针对标准均值滤波存在的问题,提出自适应均值滤波算法。算法首先计算窗口的四阶累积量和二阶中心矩并确定噪声 点阈值 然后根据窗口内噪声点个数自适应调整滤波窗口,自适应计算权值 最后对噪声点逐点滤波。该方法既能有效去除图 像噪声点,又能较好保持图像细节。论文最后给出实验和分析,结果表明该方法是有效的-Standard mean filter exists, adaptive mean filtering algorithms. The algorithm calculates the wind
CUDA
- 将传统的串行均值滤波算法修改为基于CUDA的并行的滤波算法-Modify traditional serial mean filtering algorithm based on CUDA parallel filtering algorithm
matlab--source-code
- 数字图像去噪典型算法及matlab实现,均值滤波算法,中值滤波,Wiener维纳滤波:-Digital image denoising algorithms and Matlab realized, mean filtering algorithm, median filtering, Wiener Wiener filter:
jiaquan
- 加权均值滤波算法的改进算法,可以运行,处理有效果,比均值好。-Weighted average filter improved algorithm, you can run, treatment effective, better than average.
duibidu
- 对比度算法调整 ,3种调节算法。选择自己喜欢的一类。处理结果可以同屏显示也可以分屏显示,中值,均值滤波算法 窗口算法-Contrast adjustment algorithm, three kinds of adjustment algorithm. Choose your favorite category. The results can be displayed on the same screen can also split-screen display
USB_OV7725_Gray_Mean_Filter
- 数字图像处理领域的均值滤波算法,可以作为入门使用-Mean filter algorithm for digital image processing field, can be used as entry
image
- 模糊加权均值滤波算法实现lena图像去噪-Improving fuzzy weighted mean filter based on the degree of image noise
eusipco2014code
- 目前非局部均值滤波算法研究比较火热,此程序提供了基础的非局部均值滤波matlab程序。-Currently Non-local means filtering algorithm is relatively hot, this program provides the basis for the non-local mean filter matlab program.
NLmeansfilter
- nlm算法,图像处理中的非局部均值滤波算法,matlab运行,很好的算法。-nlm algorithm, image processing non-local means filtering algorithm, matlab running, good algorithm.
image-denoising
- 图像去噪算法研究,包括均值滤波、高斯滤波、中值滤波、自适应中值滤波、巴特沃斯低通滤波器、小波阈值去噪算法(Image denoising algorithms)
matlab图像滤波
- matlab图像滤波算法,主要实现图像中值滤波、均值滤波和维纳滤波