-
实现图像的增强,由均值与事先设定的阈值比较,得到不同的参数,再通过这些参数进行图像的增强。...
实现图像的增强,由均值与事先设定的阈值比较,得到不同的参数,再通过这些参数进行图像的增强。-Realize enhanced image by the mean and the pre-set threshold compared with different parameters, these parameters through image enhancement.
- 2022-04-11 23:32:28下载
- 积分:1
-
对红外探测器采集到的数据进行PE算法的增强处理,同时校正了由于探测器问题而引起的奇偶场错位的问题!...
对红外探测器采集到的数据进行PE算法的增强处理,同时校正了由于探测器问题而引起的奇偶场错位的问题!-on infrared detectors to collect the data PE increased processing algorithm, as a result of detector calibration of the issue of parity market dislocation question!
- 2022-07-02 22:42:16下载
- 积分:1
-
delphi 图形和游戏编程突破,强烈推荐
delphi 图形和游戏编程突破,强烈推荐-delphi graphics and game programming breakthrough, strongly recommend
- 2022-05-01 02:46:33下载
- 积分:1
-
image processing procedures based portal for image processing beginner students...
图像处理基础入门程序,对于初学图像处理的同学应该很有帮助啊,有需要请联系:atchuanda@163.com-image processing procedures based portal for image processing beginner students should be helpful ah, it is necessary to contact : atchuanda@163.com
- 2022-04-02 06:02:58下载
- 积分:1
-
Sobel完整源代码,Visual C++实现
Sobel完整源代码,Visual C++实现-Sobel complete source code, Visual C++ Realize
- 2022-11-15 14:40:03下载
- 积分:1
-
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又...
平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个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
-
- 2022-04-24 22:03:36下载
- 积分:1
-
nehe基础教程大量附例, 非常适合初学者,不需要自己动手敲那么多代码,义务劳动,希望对大家又帮助...
nehe基础教程大量附例, 非常适合初学者,不需要自己动手敲那么多代码,义务劳动,希望对大家又帮助-nehe based tutorial large Bylaws very suitable for beginners, not knock yourself so much code, voluntary labor, and I hope to help everyone
- 2022-03-07 02:53:02下载
- 积分:1
-
图像显示,主灰度
图像显示,主要是灰度图像显示,包括与设备位图相关的和不相关的-Image display, the main gray-scale images are displayed, including bitmap and equipment-related and non-related
- 2022-02-02 23:07:04下载
- 积分:1
-
颜色选择器提供RGB颜色值,设置格式,直观的颜色显示…
颜色选择器,可提供RGB,HVI格式的颜色值,并直观显示颜色及其在颜色空间位置。
为别为编程开发设置了RGB()宏和ActiveX控件的颜色16进制属性-Color selector to provide RGB, HVI color value format, and intuitive color display and its position in the color space. Programming for the other set up for the RGB () macro and ActiveX controls 16 hexadecimal color attribute
- 2022-01-21 03:59:33下载
- 积分:1