-
SDL练习,想学习SDL的人可以参考!
VC2008下测试通过!
SDL练习,想学习SDL的人可以参考!
VC2008下测试通过!-SDL practice, people who want to learn SDL can refer to! VC2008 under test!
- 2022-07-28 02:34:12下载
- 积分:1
-
这个工程实现位图与调色板的功能,比较简单
这个工程实现位图与调色板的功能,比较简单-bmp picture and palette
- 2022-06-03 01:56:51下载
- 积分:1
-
这个从Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。...
这个从Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。-Cbitmap derived from the bitmap type so you can designate an colors of a bitmap transparent change, and its use with Cbitamp almost as simple.
- 2022-03-22 15:05:45下载
- 积分:1
-
拷贝屏幕内容截图
拷贝屏幕内容截图-copy screen contents screenshots
- 2022-05-05 09:26:30下载
- 积分:1
-
一套图像处理程序,支持JPEG、GIF格式。对选择的JPEG、GIF等格式的图像进行变换,展示图像变换的基本处理技巧。...
一套图像处理程序,支持JPEG、GIF格式。对选择的JPEG、GIF等格式的图像进行变换,展示图像变换的基本处理技巧。-set of image processing, JPEG, GIF format. Right choice of JPEG and GIF format images transform, transform images show the basic skills.
- 2022-02-04 06:59: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
-
image with the mouse to create the hotspots
用鼠标创建图象中的热点区域-image with the mouse to create the hotspots
- 2022-02-22 11:29:01下载
- 积分:1
-
使用pnglib,用VC显示PNG图片.
使用pnglib,用VC显示PNG图片.-Use pnglib, using VC display PNG images.
- 2022-07-01 02:01:09下载
- 积分:1
-
写一个VC6.0打开。jpg。BMP图像的源程序,可用于模式…
vc6.0写的一个打开.jpg和.bmp图片的源码程序,能够应用于模式识别中。-write a vc6.0 open. jpg and. bmp image source procedures, can be used in pattern recognition.
- 2022-03-23 18:15:46下载
- 积分:1
-
c#的截屏程序,调用api实现,在codeproject有详细介绍
c#的截屏程序,调用api实现,在codeproject有详细介绍-the cut screen procedures, called api realized, in a detailed briefing codeproject
- 2022-01-24 08:58:41下载
- 积分:1