-
定制钩子过程,实现在打开文件时,添加了位图的预览。
定制钩子过程,实现在打开文件时,添加了位图的预览。-Customization hook process, realize when opening files, add a bitmap preview.
- 2022-07-04 06:19:53下载
- 积分: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
-
如何抓取电脑屏幕并保存到文件的程序源代码
如何抓取电脑屏幕并保存到文件的程序源代码-how crawls computer screen to document and preserve the source code
- 2023-07-20 14:35:03下载
- 积分:1
-
VC BMP
VC BMP
VC BMP-VC BMP
VC BMP
VC BMP
- 2022-03-20 11:50:58下载
- 积分:1
-
Gray value can be input to create a BMP image, but the only disadvantage is the...
可以通过输入灰度值来创建BMP图像,但 缺点是只能创建8位位图-Gray value can be input to create a BMP image, but the only disadvantage is the creation of 8-bit bitmap
- 2022-10-12 02:50:03下载
- 积分:1
-
识别GDF地图文件,画图程序,能够实现对地图文件的基本操作,如移动、放大、缩小、鼠标点击拖动、鼠标点击缩放、动态选择地图层(layer)绘图等。
识别GDF地图文件,画图程序,能够实现对地图文件的基本操作,如移动、放大、缩小、鼠标点击拖动、鼠标点击缩放、动态选择地图层(layer)绘图等。-Identification of GDF map document, drawing procedures, to achieve the basic document on the map operation, such as mobile, enlarge, shrink, drag the mouse to click, mouse click zoom, dynamic selective layer (layer) Drawing.
- 2023-04-24 22:35:03下载
- 积分:1
-
一个屏幕放大器源代码
一个屏幕放大器源代码-a screen enlarger source code
- 2023-05-06 10:35:03下载
- 积分:1
-
这是一个gdiplus.dll,有需要的朋友可以去下载,希望对你有所帮助...
这是一个gdiplus.dll,有需要的朋友可以去下载,希望对你有所帮助-This is a gdiplus.dll, there is a need of a friend can go to download, I hope for your help
- 2022-09-17 06:30:03下载
- 积分:1
-
XMP Metadata SDK XMP为ADODB的一种免费的图像编码格式.适合做为游戏里的各种图像....
XMP Metadata SDK XMP为ADODB的一种免费的图像编码格式.适合做为游戏里的各种图像.-XMP is a free Image-coding format,supplied by ADODB.It s suitable for the image file format in game developing.
- 2022-03-15 15:23:40下载
- 积分:1
-
To achieve the image format conversion, and here the images are video images, ea...
能够实现图像的格式转换,且这里的图像是视频图像,便于做跟踪的分析图像序列-To achieve the image format conversion, and here the images are video images, easy to do follow-up analysis of image sequences
- 2022-03-24 03:13:41下载
- 积分:1