搜索资源列表
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). *
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.
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). *
medvaluefiltnew
- 在mtalab环境里实现的中值快速滤波算法,可以实现对图像的去噪处理和平滑过滤。-The mtalab environment to achieve fast median filtering algorithm, can achieve the image de-noising processing and smoothing filters.
medfilter
- 中值滤波,对被噪声污染的灰度图像和二值图像去噪。是一种顺序统计滤波器。-Median filtering, denoiseing for the gray images and binary image . Is an order statistic filters.
erlang
- arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for erlang noise image-arithmetic me
exponential
- arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for exponential noise image-arithmet
gaussian
- arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for gausian noise image-arithmetic m
raly
- arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for ralye noise image-arithmetic mea
Sarfilter
- SAR图像常用的滤波器,包括Lee滤波、Gamma_Map滤波、中值滤波、维纳滤波。-SAR image filters, including the Lee filter, Gamma_Map filtering, median filtering, Wiener filtering.
filters-compare
- 装载一张图像,使用4种不同滤波器 (见原理部分) 并显示平滑图像 -Load an image, use four different filters (average filter, median filter, gaussian filter, bilateral filter), and display the smooth image
third
- 首先生成如下形式的图片:图中的白条为7象素宽,210象素高,白条间的宽度为17象素。 应用多种滤波器进行处理:算术均值,几何均值,谐波均值,逆谐波均值,中值滤波,中点滤波,最大值、最小值滤波等。注意,需改变模板大小。 -Pictures first generate the following form: in IOUs 7 pixels wide by 210 pixels high, IOUs between the width of 17 pixels. Apply a varie
GausFilt
- 使用高斯滤波器和中值滤波器分别对图像进行滤波,之后与原图做差,得到两个滤波器的滤除点的分布的直观见解-Using a Gaussian filter and a median filter for filtering the image, respectively, and then do the difference with the original image, to obtain two filters filter the visual point of view the distri
process
- 在数字图像处理中,常常会遇到图像中混杂有许多的噪声。因此,在进行图像处理中,有时要先进行祛除噪声的工作。最常用的祛除噪声的方法是用滤波器进行滤波处理。MATLAB的图像处理工具箱里也设计了许多的滤波器。如均值滤波器、中值滤波器、维纳滤波器等。用户可以很方便的运用一些函数完成数字滤波工作。-In digital image processing, the image often encounter mixed with a lot of noise. Therefore, when the ima
zsy
- 两种自适应中值滤波,对图像去噪很有效果,matlab编写-two kinds of adptive median filters
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
median filters
- 利用中值滤波给图片降噪,可以直接在matlab中运行(Using median filtering to reduce noise)