搜索资源列表
image_filter_ok
- 采用区域均值和方差算法,计算9个相邻区域的值,从而剔除图像噪声-the regional average and variance algorithm to calculate nine neighboring region, which was removed Image Noise
myjunzhilvbo
- 图像处理 均值的滤波 VC++实现图像处理编程-image processing filter VC image processing program
myfile1
- 灰度图像的中值滤波处理+灰度图像的均值滤波处理 -gray image median filtering image processing gray mean filter
ImageProcesses2
- 提供对图像的灰度拉伸、颜色反向、阈值分割、中值滤波、均值滤波、边缘处理、细化等功能。
lvbo
- 近均值滤波(单一图像) 近均值滤波(单一图像)
junzhilvbo
- 图像的均值滤波源代码,效果不错,希望对搞图像的人们有帮助
imageenhancement
- 实现图像的增强,由均值与事先设定的阈值比较,得到不同的参数,再通过这些参数进行图像的增强。
Image
- 基于VC的位图图像处理程序,可实现以下功能: 1.图象参数统计:最大值,最小值,均值,直方图; 2.对比度增强:直方图均衡; 3.图象平滑:中值滤波; 4.图象锐化: Sobel算子; 5.图像旋转:将图像旋转任意角度并显示; 6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口
领域平均法与均值滤波
- 这是我们在学习数字图像处理过程中,对领域平均法和中值滤波的程序代码。-This is our learning digital image processing, the field average and median filtering the code.
sadf
- 图象增强全套源代码。图像平滑和锐化,均值滤波、中值滤波-This is a histogram of the experimental report
GJ
- 中值滤波与均值滤波的程序,采用C++编写,属于数字图像处理。-Median filter and mean filter procedure, the use of C++ development, belongs to digital image processing.
clustering-algorithm
- 聚类算法有很多种,该程序是基于K-均值聚类算法,主要用于图像的分割-There are many clustering algorithms, the program is based on the K-means clustering algorithm, mainly used for image segmentation
K-image-RGB
- 用C语言实现一张BMP图像的所有点的RGB的K-均值聚类程序,生成两个聚类中心。可根据具体情况稍作修改后直接调用。-VC6.0 digital image RGB
meanFilter
- 一个vb做的均值滤波器,相信对图像处理入门的朋友有一定的小帮助-meanFiter written by vb, hoping it is useful for you
Mediison_binne
- 关于均值漂移的程序源码,该代码为编译好的程程序源码,能直接看图像分割效果! 可直接使用。 -Mean Shift on the procedures, the code compiled proceedures, can loook directly image segmentation results!
shuzituxiangdezaoshenquchu
- 此程序为数字图像的去噪声程序。自定义中值滤波和均值滤波函数,来对图像进行平滑操作。-This program is a digital image to noise program. Self-definition of the median filter and mean filter function to the smooth operation of the image.
FinalWork2
- 图像处理软件,实现图像的空间域彩色图像指数灰度变换、伽马校正、均值滤波、中值滤波、直方图均衡化、彩色负片、拉普拉斯锐化或边缘提取;-Image processing software, image color image index of the spatial domain of gray level transformation, gamma correction, mean filter, median filter, histogram equalization, color negat
gaussian
- 图像二值化并进行均值去噪,提取gaussian算子下的边界-Image binarization and make mean denoising, extraction gaussian operator of the Boundary
image
- 对于图片进行处理,可以实现直方图均值话,中值滤波以及图像的锐化。-For image processing, can be achieved if the histogram mean, median filtering and image sharpening.