搜索资源列表
视频相关源代码集
- 视频播放,压缩,处理等(delphi)-Video display,compress,processsing and so on (Delphi).
WiaEasyVideo
- 基于WIA技术的C# WIA-〔视频〕-获取和处理程序,是开发基于WIA的PC USB产品的良好Helper。具体技术细节请直接和作者本人联系。我们还推出了WIA的基本控制WIA Tool,WIAImage等相关的源码,请关注。-WIA technology-based C# WIA-[video] - acquisition and processing procedures, WIA is the development of PC-based USB products of good He
200681713481370123
- 音频数据采集,能显示波形 可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功 能 -Audio data acquisition, will be shown waveform acquisition sensor, and other non-audio signals to show the real-time. As for other functions such as : intervals, storage, process
SampleGrabber
- 声道切换演示程序(新增波形显示功能源码) 主要演示了调用系统接口IMpegAudioDecoder来切换声道和利用SampleGrabber取音频缓冲数据来复制声道达到声道切换。 此种方式切换声道可以支持各种媒体格式,只要媒体文件有两个声道就行了,还有利用SampleGrabber还可以取得视频数据,即SampleGrabber可以取得任何的类型的Sample。 利用本演示还可以实现音效(EQ)和波形显示的功能,只要对音频数据进行相关的处理就行了。 -chan
PCaout
- 可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能由于其他技术保密。没有贴出。
planevoice2
- 一个端点检测的程序,用于语音处理,是用matlab编写的,希望相关专业的朋友可以分享
Imagecapprocesse
- 一个从摄像头捕获视频,图像并进行相关处理的程序,非常实用,初学者必看。
vfwforvedioread
- 一个用VFW方法处理视频数据,实时获取图像数据并进行相关图像处理。
audiowaves
- 音频数据采集,能显示波形 可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能。
ShiehHenry-6
- 视频相关源代码集。包括视频捕捉与播放、视频捕捉与压缩、视频处理。
Audio-gather 基于VC++的音频采集程序
- 一个基于VC++的音频采集程序。音频数据采集,能显示波形可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能由于其他技术保密。-VC++-based audio capture program. Audio data acquisition, sensors can be collected to show the waveform and other non-audio signals, real-time display. As for other
4444
- 个可以读取视频,或从摄像头捕获视频的程序。可添加相关算法代码,实现对视频录像或摄像头获取图像的实时处理-Can be read by a video, or from video camera to capture procedures. Correlation algorithm can add code to achieve or video camera to obtain images of the real-time processing
mapeaudio-2.85.tar
- 进行音频的录音和相关处理软件,是实用的linux下音频处理软件-Audio recording and associated processing software, is a useful audio processing software under linux
VideoDemystified
- 视频信号的形成,基本概念,相关标准,格式,以及视频处理的过程-Video Demystified- Handbook for the Digital Engineer (4th Ed) [Elsevier, 2005]
RecordHWnd
- 音频数据采集,能显示波形 可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能由于其他技术保密。-Audio data acquisition, waveform can be collected to show that sensors and other non-audio signals can be real-time display. As for other functions such as: playback, storage, co
VoiceChat
- 使用C#编写的一个简单音频处理程序,程序简短使用易懂,适合了解音频开发相关内容-The use of C# written in a simple audio processing program, a brief program to use easy to understand, for understanding the contents of the audio development of related
vedio
- 捕捉摄像头拍摄的视频画面,进行相关处理,同时可以选择不同的摄像头进行画面的浏览-Capture camera filming the video screen, the associated processing, and can choose different camera to view the screen
matlab_use_usbcam
- 在matlab中调用PC自带摄像头,并对采集到的视频进行相关处理- PC camera comes calling in matlab, and collected relevant video processing
VC-Audio
- 音频数据采集,能显示波形 可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能由于其他技术保密。没有贴出。-Audio data collection, able to display the waveform Can collect sensor etc. The audio signal, can real-time display. As for the other functions such as: playback, storage,
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现的是构建一个FIR滤波器对一段语音信号进行处理,IIR滤波器的构建分别采用了冲激响应不变法和双线性变换法,内部含有相关论文,方便理解