搜索资源列表
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
TesoCapture 简单易用的摄像头的OCX控件
- 一个简单易用的摄像头的OCX控件。可选择设备列表,可以得到帧数据。-A simple and easy to use OCX camera control. Can choose a list of devices, can get the frame data.
ReadVideo.rar
- 实现AVI视频的读取和背景检测,实现运动物体的实时跟踪,get frame from avi
WangEPD
- 基于短时能量和短时过零率来实现语音端点检测。也称为双门限比较法,是一种传统的 语音端点检测方法。现在已经有研究人员提出若干其他更加高效和有效的检测方法,但 是这个方法不失为一种最简单的方法,可以通过程序来获得语音端点检测的感性认识和 体会。内的程序读取WAV文件,程序附有详细的使用说明和注释,以及若干测试用的语音文件。-Based on the short-term and short-term energy to achieve zero rate of voice activit
capture
- 本程序用相关性原理对卫星信号进行捕获,可以得到很好的效果-This procedure used the principle of relevance to capture the satellite signal, you can get good results
SimpleDSPlayer
- 一个DirectShow播放媒体文件实例(将一个wmv文件命名为test.wmv,和编译得到的EXE文件放在一起,运行程序即可播放)。-DirectShow playback a media file example (to be named as a wmv file test.wmv, and compiler EXE files get together, run the program you can play).
MinutesToMidnight
- iphone 31天开源工程中的第一个,一个精美的计时器-Just like any good programmers we decided to bite this off the same day Apple lifted the NDA even faced with the time constraints. Needless to say the first app will be VERY simple, however it does demonstrate some stuff
5400
- code to connect midlet to the server and get response
Real_Time_Image_and_Video_Processing_From_Researc
- this book is for video processing.you will get relevent information aboutvideo processing
ResSound
- 资源文件中播放背景音乐!VB代码 直接的原代码,在VB6.0中获得通过哦!! 好好利用吧!谢谢你的支持!欢迎下载。-Resources file to play background music! VB source code directly in VB6.0 get through Oh! ! Make good use of it! Thank you for your support! Welcome to download.
EDWBCStream
- That s VB.NET source. I work with XP Pro. Three hard pointsmaximum frames rate : 90 frames/sec (with Philips SPC 900NC PC Camera)reat multiple image format (RGB24, I420 with DIB) not get better than 15 frames/sec with 640x480 resolution,
avi2sqe
- get frames from avi file
VideoGrabber
- Simple bare bones DLL to enumerate video capture devices, and capture into a buffer on a seperate thread. A program can link to this DLL, begin video capture, and pull from the 30 frames / second buffer at any frequency and get full RGB frames to the
imageviewer
- It s a matlab code to get the subnail result of an image.
flashslideshow
- The Flash Slide Show sample application will help you get started integrating Macromedia Flash as a user interface for Visual Basic applications.
direct264.tar
- Direct264 - special x264 CLI build that supports input from DirectShow I modified the source code of x264 CLI and this build can now encode from any file playable through DirectShow. Life will be quite easier since avisynth is no longer neede
sound
- sound recorder, this code to get input mic from computer
wave_recorder
- Uses the waveIn API to record audio signals. You can change the recording source while recording and change its volume. The recorded samples get saved to a WAV file, with full ACM support, so you can even use an MP3 codec, if installed.
iTunesControlClassSrc070405
- Supports the following methods: Next - Next song Prev - Previous song Play - Play Pause - Pause Stop - Stop VolumeUp - Increment volume by a certain number VolumeDn - Decrement volume by a certain number FastForward - Fast forwa
004401
- 1 声音的采集: 将声音信号送入计算机,我们利用了声卡录音的低层操作技术,即对winmm.lib进行API调用。具体编程时这一部分被写在一个类中(Soundin类)。 在构造函数中设定包括最大采样率(11025),数据缓存(作为程序一次性读入的数据,2048),声卡本身所带的一些影响采样数据等的各种参数; 调用API函数waveInGetNumDevs(返回UNIT,参数为空)检察并打开声音输入设备,即声卡;并进而使用waveInGetDevCaps得到声卡的容量(在waveInCa