搜索资源列表
小波图像平滑处理
- 此程序能够实现基于小波变幻的图像的平滑处理。-the program can implement smoothly process of wavelet-based transformed image
24位彩色图处理代码
- 本代码基于VC++6.0 ,包括图像的颜色处理、彩色图像特效处理、彩色图像平滑处理、彩色图像锐化处理
一个全面的图像处理与分析软件源程序.rar
- 一个比较全面的图像处理开发环境,它包含了图像处理的一些基处理方法,如彩色转灰度,二值变,图像平滑处理等。
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素
小波图像平滑处理
- 此程序能够实现基于小波变幻的图像的平滑处理。-the program can implement smoothly process of wavelet-based transformed image
第五章平滑处理
- 这是关于数字图象处理中图像平滑的一个程序。-This is the digital image processing of the image of a smooth process.
平滑处理
- 这是关于图像处理的代码,能用来对图像进行多种平滑处理。-this is about image processing code can be used for a variety of image smoothing.
image_smooth
- 图像平滑处理,这是一种常用的数字图像处理手段,都是用图像模板的思想。-image smoothing, which is a commonly used means of digital image processing, image templates are thinking.
200706163
- 关于图像平滑处理的vc程序,具体的讲解可以看vc图像程序处理一书,该程序可以编译运行-images on the vc smoothing procedure, the specific explanations can see vc an image processing, compiler, the program can run
Morph
- 用VC++,MFC开发的腐蚀膨胀程序,介绍了如何用形态学算子进行图像平滑处理-With VC++, MFC development corrosion expansion procedure describes how to use morphological operators for image smoothing treatment
smoothcode
- 这是关于图像平滑处理的源代码,所使用的编程语言是C++。-This is the image smoothing on the source code, the programming language used is C++.
smooth
- visual c++编写,实现图像平滑处理-visual c++ prepared to deal with the realization of image smoothing
pinghuachuli
- 很好用的图像平滑处理程序,对于图像处理研究的很有用处啊,程序已调试-Good use of image smoothing process, the image processing research useful ah, procedures have been debug
DititalImageProcessingmatlab
- 图像增强技术主要包括:直方图修改处理,图像平滑处理,图像尖锐化处理,彩色图像处理。从纯技术上讲主要有两类:1)频域处理法 2)空域处理法 -Image enhancement technologies include: histogram modification processing, image smoothing, image sharpening processing, color image processing. From
ImageSmoothProcessing
- 图像平滑处理的一些常用功能,包括噪声消除方法/邻域平均法/中值滤波/产生噪声等功能-Image smoothing of some commonly used functions, including noise reduction methods/neighborhood average/median filtering/noise functions
butworth
- 巴特沃斯低通,巴特沃斯高通滤波器。matlab实现,用于图像平滑处理,去噪。-butworth,filter。
meatuxingchuli
- 这是一一 一个基于图像平滑处理的程序,附代码-This is eleven thousand one hundred and eleven procedures based on image smoothing, with the code
基于SystemGenerator的图像平滑处理工程
- 基于system generator图像平滑处理(System image smoothing based on generator)
图像预处理
- 实现图像的预处理功能,提供了一些常用的图像预处理的代码,可以满足所有基本预处理的需要,包括读入图像,图像灰度转换,阀值,图像反色, 灰度线性变换,直方图均衡化,线性平滑滤波器,中值滤波器等。(Realize the preprocessing function of the image)
用ccs进行图像平滑处理
- 图像噪声会使原图像形成虚假的边缘或轮廓。减弱、抑制这类噪声改善图像质量的方法称为图像平滑。采用邻域平均法对含有随机噪声的图像进行平滑处理,在CCS中观察结果并进行分析。(Image noise causes false edges or contours of the original image. Image smoothing is a way to reduce and suppress such noise and improv