-
这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。...
这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。-This is a work written in Visual C++6.0 has achieved a gray-scale image stretching program, and also comes with a test image, the whole process is very easy to use.
- 2022-06-13 04:04:29下载
- 积分:1
-
纯VB代码快速图形处理,Alpha混合、附加混合、减去混合和线形模糊
纯VB代码快速图形处理,可以对图形进行Alpha混合、附加混合、减去混合和一些线形模糊功能
- 2022-01-26 08:26:12下载
- 积分:1
-
Visual C下OpenGL开发框架生成三维地形模拟,SDI框架
Visual C下OpenGL开发框架生成三维地形模拟,SDI框架-OpenGL under Visual C development framework to generate three-dimensional topography simulation, SDI framework
- 2022-03-25 14:29:37下载
- 积分:1
-
images show the code used : 1gt; Images show that the principle inversion; Image...
图像显示的代码,用到:1>图像显示原理2>图像显示函数3>提高显示性能的方法,双缓存技术和VFW组件(使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib)。-images show the code used : 1gt; Images show that the principle inversion; Image Display Function 3gt; Improve display performance, dual caching technology and VFW components (using the VFW components in Project-- Setting--Object/libray modules were added vfw32 . lib).
- 2022-03-16 01:42:55下载
- 积分:1
-
简单的游戏,马里奥winapi.using GDI + +
simple game mario by winapi.using gdi -simple game mario by winapi.using gdi++
- 2022-11-04 23:00:03下载
- 积分:1
-
描述phong光照系统,采用c++语言实现
描述phong光照系统,采用c++语言实现-described Phong illumination system, using C Language
- 2022-01-26 05:04:09下载
- 积分:1
-
TC 扩展功能库函数,大家在图像编程时用的到
TC 扩展功能库函数,大家在图像编程时用的到-TC expanded library functions, we use the image of programming to
- 2022-02-05 12:14:07下载
- 积分:1
-
该程序是用VC为工具编写的有关位图操作等完整的源代码,适合位图操作学习。...
该程序是用VC为工具编写的有关位图操作等完整的源代码,适合位图操作学习。-Include complete sourcecode for bitmap operation,based on Visual C++.Suitable for learning of bitmap operation.
- 2022-03-05 12:24:15下载
- 积分:1
-
A simple image based on software programming. Contains a device
一个简单的图像编程基础软件。包含了设备无关位图的显示、调用、文件头处理的程序包-A simple image based on software programming. Contains a device-independent bitmap display, calls, documents the first package deal
- 2022-01-25 16:11: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