-
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又...
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing in
- 2022-02-01 03:05:13下载
- 积分:1
-
采用VB绘制三次参数样条插值曲线,非常好看,方便!
采用VB绘制三次参数样条插值曲线,非常好看,方便!-using VB drawing three parameters spline interpolation curve, very good looking, easy!
- 2022-05-31 13:03:03下载
- 积分:1
-
的利用数码管的位图来显示系统的简单程序,不…
该程序简单的利用数码管的位图来显示系统时间,而且该程序界面采用无窗口设计,浮动与桌面之上。而且其还采用了托盘控制方式。-the simple procedures governing the use of digital bitmaps to display system, but the program interface by using window design, floating above the desktop. It has also adopted its pallet control mode.
- 2023-07-23 10:15:03下载
- 积分:1
-
哈工大 多媒体作业 课程设计 简单的图像提取
哈工大 多媒体作业 课程设计 简单的图像提取-HIT multimedia curriculum design simple operation of the image extraction
- 2023-07-24 02:15:03下载
- 积分:1
-
用java制作的在一个界面上生成平行线的程序谁要
用java制作的在一个界面上生成平行线的程序谁要-used in the production of a generation of parallel interface procedures Whoever lines
- 2022-05-25 23:13:04下载
- 积分:1
-
quiz_scr简单屏保,值得学习
quiz_scr简单屏保,值得学习-quiz_scr simple screen saver, it is worth learning
- 2022-01-30 17:53:26下载
- 积分:1
-
简单的作图例子,实现画线、圆、矩形等功能
简单的作图例子,实现画线、圆、矩形等功能-Simple mapping example, the realization of drawing a line, round, rectangular and other functions
- 2022-07-11 02:50:07下载
- 积分:1
-
该程序包括了基于GDI的H.263+的qcif文件播放代码。
该程序包括了基于GDI的H.263+的qcif文件播放代码。-based on the H.263 GDI qcif player code.
- 2022-02-03 13:55:50下载
- 积分:1
-
MSC或BC开发的SVGA图形开发库(允许使用300x200,640x480,80x600,1024x768等多种模式...
MSC或BC开发的SVGA图形开发库(允许使用300x200,640x480,80x600,1024x768等多种模式-MSC or the development of the SVGA graphics development library (allowing the use of 300x200, 640x480, 80x600, and other 1024 models
- 2022-01-26 01:19:52下载
- 积分:1
-
虚拟力场中心线提取程序,需要在命令提示窗口下运行该程序,使用RAW文件作为输入,输出中心线点数据文件,raw文件要和程序在同一个文件夹...
虚拟力场中心线提取程序,需要在命令提示窗口下运行该程序,使用RAW文件作为输入,输出中心线点数据文件,raw文件要和程序在同一个文件夹-Virtual Field centerline extraction procedures, require the command prompt window, run the program, use the RAW file as input, output centerline point data files, raw files and procedures should be in the same folder
- 2022-09-10 13:10:03下载
- 积分:1