搜索资源列表
TColorProcess
- 颜色处理的VC++源代码 包括RGB变换,颜色位数转换,颜色过滤,灰度彩色转换等。-color of the source code, including VC RGB conversion, the median color conversion, color filters, Gray color transformation.
toolbox_image
- This toolbox contains functions related to image processing, including * images loading and generation. * filtering and blurring functions. * anisotropic and spacially variant filters. * non-linear filtering (median, LIC, bilateral). *
tuxiangpinhua.rar
- 图像平滑 中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节,Image smoothing median filter belong to non-linear smoothing filters, which can eliminate noise and protect the image details
ImageBoard.rar
- 使用vc6.0编的一个类似windows画图程序的软件,主要有四大功能,一,画图,自己选择颜色,线型,填充方式,还有选择框,橡皮擦等功能。二,图像变换,主要有旋转,缩放。改变相框大小。三,颜色处理,可以实现彩色与灰度图像的转换,颜色过滤,颜色调整,亮度、对比度调整。四,图像处理,主要实现平滑,锐化,中值滤波,边缘检测,傅里叶变换等等。 这个程序相当于一个画图和一个photoshop软件的综合,功能十分强大。,Vc6.0 compiled using a drawing program simi
smooth.rar
- 图像的平滑滤波。通过平滑线性滤波器和中值滤波两种方法对噪声污染的图像进行净化。,Image smoothing filter.By smoothing the linear filters and median filter for noise pollution are two ways to purify the image.
filters
- 实现了多种空域、频域滤波器:直方图均衡化、中值滤波、拉普拉斯锐化、理想低通、巴特沃斯低通、去条带-realize various space-based and frequency-based filters, like equilzation, median filter, laplacian filter, ideal low-pass filter, Butterworth low-pass filter and wedge filter
image_processing_toolbox
- This toolbox contains functions related to image processing, including * images loading and generation. * filtering and blurring functions. * anisotropic and spacially variant filters. * non-linear filtering (median, LIC, bilateral). *
toolboximage
- 这个工具箱包括各种图像处理功能函数如下: 1、图像链接和生成 2、滤波和模糊功能 3、各向异性和空间变化滤波 4、各向异性和空间变量滤波 5、非线性滤波(中值滤波等) 6、全局变量图像处理(去噪和分解) 7、非小波图像变换-This toolbox contains functions related to image processing, including * images loading and generation. * filter
medvaluefiltnew
- 在mtalab环境里实现的中值快速滤波算法,可以实现对图像的去噪处理和平滑过滤。-The mtalab environment to achieve fast median filtering algorithm, can achieve the image de-noising processing and smoothing filters.
Gaussian-Median_MAverage
- Algorithm that reduce the image noise applying Gaussian, Moving Average and Median Filters-Algorithm that reduce the image noise applying Gaussian, Moving Average and Median Filters
ImageFiltering
- 各种滤波器包括高斯、维纳、laplace、中值滤波器-Various filters, including Gaussian, Wiener, laplace, median filter
filters-compare
- 装载一张图像,使用4种不同滤波器 (见原理部分) 并显示平滑图像 -Load an image, use four different filters (average filter, median filter, gaussian filter, bilateral filter), and display the smooth image
Gaussian-Median_MAverage
- Algorithm that reduce the image noise applying Gaussian, Moving Average and Median Filters-Algorithm that reduce the image noise applying Gaussian, Moving Average and Median Filters
zsy
- 两种自适应中值滤波,对图像去噪很有效果,matlab编写-two kinds of adptive median filters
Filters
- 均值滤波器、高斯滤波器、中值滤波器的OpenCV实现-Averaging filter, a Gaussian filter, median filter OpenCV realization
7--Spatial-Smoothing-Filters
- 1. image degradation by salt and pepper noise 2. noise removing by median filter 3. image smoothing by averaging filter 4. Max and Min filters implementation -1. image degradation by salt and pepper noise 2. noise removing by median filt
filters
- 程序功能: 1.低通滤波 2.高斯滤波 3.中值滤波 4.对图像进行放大缩小-Program features: 1. Low-pass filter 2. Gaussian filter 3. median filter 4. image to zoom
paper5
- Adaptive impulse detection using center-weighted median filters
paper2
- A new impulse detector for switching median filters
median filters
- 利用中值滤波给图片降噪,可以直接在matlab中运行(Using median filtering to reduce noise)