-
这是一个演示Delphi下分别设定RGB数值,展改变颜色效果的例子。...
这是一个演示Delphi下分别设定RGB数值,展改变颜色效果的例子。-This is an example for demonstrating how to set the RGB value and change the effect of color in Delphi.
- 2022-07-20 03:50:41下载
- 积分:1
-
用MFC做的画圆程序
用MFC做的画圆程序
用MFC做的画圆程序
用MFC做的画圆程序-Drawcircle use MFC to do the procedure of using MFC to do drawcircle procedures make use of MFC
- 2022-04-26 20:58:46下载
- 积分:1
-
贴图的方法实现工业控制开关转换,VC用户界面源码
贴图的方法实现工业控制开关转换,VC用户界面源码-map of industrial control switch conversion, user interface VC FOSS
- 2023-06-04 20:05:03下载
- 积分:1
-
将点阵存成WINDOWS下的BMP格式,如果是其他数据,一样可以存为BMP...
将点阵存成WINDOWS下的BMP格式,如果是其他数据,一样可以存为BMP-Will be saved as bitmap BMP format under WINDOWS, if other data can be saved as BMP
- 2022-03-02 21:12:45下载
- 积分:1
-
C编程语言写的#位移滤波器,做翻转,水涟漪…
用C#编程语言写的位移滤波器,做翻转,水波纹效果好
- 2023-03-24 13:20:04下载
- 积分:1
-
有关pgm图像格式及其他方面的介绍,希望对大家有用
有关pgm图像格式及其他方面的介绍,希望对大家有用-Relevant pgm image format and other aspects of introduction, in the hope that useful to everybody
- 2022-08-03 20:38:33下载
- 积分: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
-
sap应用软件源码 ,这个软件类似AUTOCAD应用软件,但是比起AUTOCAD应用起来更加方便。...
sap应用软件源码 ,这个软件类似AUTOCAD应用软件,但是比起AUTOCAD应用起来更加方便。 -sap application software source code, this software AUTOCAD similar applications, but compared with AUTOCAD application is more convenient.
- 2023-06-06 00:55:03下载
- 积分:1
-
literature on the basis of a methodology for the Color Edge Detection procedures...
本人依据一篇文献介绍的方法编的彩色图像边缘检测程序,其效果要由于一般的方法。-literature on the basis of a methodology for the Color Edge Detection procedures, the effect due to the general approach.
- 2022-07-20 14:52:15下载
- 积分:1
-
基于VC的位图图像处理程序,可实现以下功能:
1.图象参数统计:最大值,最小值,均值,直方图;
2.对比度增强:直方图均衡;
3.图象平滑:中值滤波...
基于VC的位图图像处理程序,可实现以下功能:
1.图象参数统计:最大值,最小值,均值,直方图;
2.对比度增强:直方图均衡;
3.图象平滑:中值滤波;
4.图象锐化: Sobel算子;
5.图像旋转:将图像旋转任意角度并显示;
6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
-VC bitmap-based image processing procedures, can realize the following functions: 1. Image parameters statistics: maximum, minimum, average, histogram 2. Contrast enhancement: histogram equalization 3. Image Smoothing: median filter 4. Image sharpening: Sobel operator 5. Image Rotation: Rotate the image at any angle and shows 6. Image Transformation: The image sub-block (8* 8), for the DCT transform, and IDCT
- 2022-04-25 03:53:21下载
- 积分:1