-
With the development in the image processing field a wide variety of filters hav...
With the development in the image processing field a wide variety of filters have been developed. The quality of filters mainly depends on to which extent it is able to recover the degraded image so that it is as close as to the original image that is in other words, a filter that minimizes the mean square error is an appropriate filter for a particular application. Median Filter is such a kind of non linear filter which minimizes the mean square error to a large extent. A variant of a median filter “switching median filter” is simulated using C in this project.
- 2022-01-22 08:06:36下载
- 积分:1
-
用paaysound播放wave文件 vc++程序
用paaysound播放wave文件 vc++程序-playsound VC++ WAVE
- 2022-01-25 14:07:15下载
- 积分:1
-
多媒体CAI课件制作实用教程(朱仁成)
多媒体CAI课件制作实用教程(朱仁成) -CAI courseware Practical Guide (Shurencheng) CAI courseware Practical Guide (Shurencheng)
- 2022-04-11 08:06:54下载
- 积分:1
-
将多幅图像按序列读入组成连续的序列图像并可随意的读取任何一幅图像...
将多幅图像按序列读入组成连续的序列图像并可随意的读取任何一幅图像-according to a number of image sequences read into the composition of continuous image sequences can be read any arbitrary one image
- 2022-01-23 10:41:55下载
- 积分:1
-
Visual Basic 录音、放音组件、支持编码。
Visual Basic 录音、放音组件、支持编码。-Visual Basic recording, playback components, to support coding.
- 2022-01-21 06:30:13下载
- 积分:1
-
此项目用于管理音频设备,播放选项和语音记录器
This Project For manage Audio devices, Play back options and with Voice recorder
- 2022-02-06 04:55:33下载
- 积分:1
-
用于显示音效的柱状器
用于显示音效的柱状器-show for the audio-columnar
- 2022-03-10 16:46:30下载
- 积分:1
-
主要是做一个播放器,可以实现播放,暂停,音量控制等等功能。...
主要是做一个播放器,可以实现播放,暂停,音量控制等等功能。-Mainly to do a player, can realize play, pause, volume control and so on.
- 2022-12-01 05:30:03下载
- 积分:1
-
这是一个补丁的游戏物理引擎。它允许你设置一个重力值。
This a patch for ODE game physics engine. It allows you to set a gravitation value to an individual object. I made the patch and it is open source.-This is a patch for ODE game physics engine. It allows you to set a gravitation value to an individual object. I made the patch and it is open source.
- 2022-02-14 14:01:24下载
- 积分:1
-
VFW视频检测
现在在vc上采集视频常用的方法有三:vfw,directshow,opencv ;今天我们首先做一下利用vfw的视频采集程序。
VFW(Video for Windows)是Microsoft推出的关于数字视频的一个软件开发包,VFW的核心是AVI文件标准。AVI(Audio Video Interleave)文件中的音、视频数据帧交错存放。围绕AVI文件,VFW推出了一整套完整的视频采集、压缩、解压缩、回放和编辑的应用程序接口(API)。由于AVI文件格式推出较早且在数字视频技术中有广泛的应用,所以VFW仍然有很大的实用价值,而且进一步发展的趋势。
在VC++开发环境中调用VFW和使用其它开发包没有什么不同,只是需要将VFW32.lib文件加入工程中,但在开放视频捕捉与压缩管理程序时需要其它软件硬件设置。VFW为AVI文件提供了丰富的处理函数和宏定义,AVI文件的特点在于它是典型的数据流文件,它由视频流、音频流、文本流组成。所以对AVI文件的处理主要是处理文件流。
- 2022-10-17 18:00:04下载
- 积分:1