搜索资源列表
ImageTest2
- 图像显示的代码,用到: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 perf
ImageTest4
- 注意事项: 1>在进行DFT时,强烈建议选用64*64的图像,选用256*256的图像,**时间太长,中间可能导致死机**。 2>程序中在显示频谱图像时有两种方式,即移至中心和未移至中心,可以通过将/** pow(-1, x+y)*/的注释去掉来进行转换。 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 -Note : 1
music
- 用C语言播放音乐文件,调用API函数.链接时要指定库文件。VC++是vfw32.lib, GCC是libvfw32.a.
Vfw.h-vfw32.lib
- Video for Windows ( VFW ),AVI视频库vfw32.lib及头文件Vfw.h -Video for Windows (VFW), AVI video library and header files Vfw.h vfw32.lib
ImageTest
- 图像处理系列之5--边缘检测篇 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0-Image Processing Series 5- Edge Detection chapter co
CAnimateCtrl
- 使用VC++操作avi文件,主要利用vfw32.lib实现的。使用时需要添加vfw32.lib-Use VC++ operating avi file, the use vfw32.lib achieve. Need to add vfw32.lib
01_BaseFrame
- #pragma comment( lib, "opengl32.lib" ) #pragma comment( lib, "glu32.lib" ) #pragma comment( lib, "glut32.lib") #pragma comment( lib, "glew32.lib") #pragma comment( lib, "glaux.lib") #pragma comment( lib, "vfw32.lib" )