搜索资源列表
median.rar
- 图像中值滤波程序,工作环境是IDL平台,程序读取png格式图像并进行中值滤波,Image median filtering process, the working environment are IDL platform, the program read png format images and median filtering
bmp
- 可以对bmp位图执行二值化,中值滤波,补偿遗漏点,细化处理。-Bmp bitmap can implement binarization, median filtering, compensation omitted point, refinement to deal with.
pre-processing
- 对提取出的二值化图像进行预处理,包括形态滤波,中值滤波。 基于OpenCV函数库-Two of the extracted value of image pre-processing, including the form of filtering, median filtering. Based on the OpenCV library
mean
- 对二值图像(当前目录下a.jpg)进行中值滤波 基于OpenCV函数库-Value of the two images (the current directory a.jpg) for median filtering based on the OpenCV library
自适应加权中值滤波算法
- 提出了一种基于相似度函数的自适应加权中值滤波算法。该方法首先通过噪声检测确定图像中的噪声点,然后 根据窗口内噪声点的个数自适应地调整滤波窗口的尺寸,并根据相似度大小,巧妙地将滤波窗口内各个像素点自适应分 组并赋予相应的权重,最后对检测出的噪声点进行加权中值滤波。计算机模拟实验结果表明:该算法既能有效地滤除噪 声,又能较好地保护图像细节,比标准中值滤波具有更优良的滤波性能。-A similarity function based on adaptive weighted medi
PreProcessor
- 基于OPencvr开发环境的图像预处理算法。包括中值滤波,形态学滤波,二值化处理及图像背景校正。--Image Pre-processing algorithm based on OPENCV. Including median filtering, morphological filtering, binarization image processing and background correction.
SHOWDIB1
- c语言加win32API实现位图的读取及图像的中值滤波,直方图均衡变化-c language plus win32API read Bitmap and image median filtering, histogram equalization changes
Iterative-adaptive-median-filter
- this code for iterative adaptive median filter
Median-filtering
- 本程序用于中值滤波。本人用过可以使用。希望大家可以用到-Median filtering
noise_new
- 基于噪声检测的中值滤波,先通过邻域计算检测是否为噪声,再进行开关中值滤波,对于被判断为噪声的像素不再参与其他像素的中值滤波,能够有效滤除噪声并且保留细节较好-Noise Detection Based on median filtering, first calculated by testing whether the neighborhood noise, then the switching median filter for noise pixels are judged to no l
Median-filtering
- 中值滤波,用于医学图像处理,较为好用的一个程序,一般的图像都能得到较好的处理。-Median filtering for medical image processing, the more useful a program can get a better general image processing.
1D--2D-or-3D-median-filtering
- 中值滤波可以很好地过滤掉各种噪音数据,另外,还可以很好地保留边缘信息。此程序可以对一维二维三维信号,进行中值滤波,完成噪声的去除。 -Median filter can filter out a good variety of noise data, In addition, the edge information can be well preserved. This program can be two-dimensional three-dimensional one-dimensi
adaptive-median-filtering-method
- 这个程序是使用传统自适应中值滤波的方法对24位bmp进行处理的。-This program is the use of conventional adaptive median filtering method for processing 24-bit bmp.
image-median-filtering-
- med(对图像进行中值滤波处理(图像复原)的源代码,编译后的可执行文件须带参数运行)-Med (to do image median filtering processing (image restoration) after the source code, and the translated the executable file should bring parameters operation)
New-Median-Filtering
- New Median Filtering
median-filtering
- 对图像进行进行中值滤波,实现滤波后的效果,简单实用的代码-Image median filtering, simple and practical code
median-filtering
- 图像处理,中值滤波程序,基于MATLAB语言-Image processing, median filtering program based on MATLAB Language
mean-and-median-filtering
- 红外图像的中值滤波和均值滤波,适用于彩色图像和灰度图-median filtering and mean filtering
median-filtering
- 中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可-median filtering.rar
median-filtering-algorithm
- 改进型中值滤波程序设计,已调试,可运行,简单易懂-The improved median filtering algorithm based on simple program design