资源列表
BT656
- 此设计主要是完成BT656格式的视频数据的采集(VHDL)-this digital logic design is used to sample the BT656 format frame !
WebCamCapture
- 网络视频代码,是开发参考的好例子,VC代码编写,视频采集-Network video code, is a good example of the development of reference VC code is written, video capture
video-read-and-coding
- 在matlab中读入视频序列,并显示出来。对视频流文件进行按帧读取,并计算帧与帧之间差值,并统计差值的分布。-Read into the video sequence in matlab, and displayed. Streaming video, read the press frame, and calculate the difference between frames, and statistical difference between the distribution.
video-detection-motion-tracking
- VC编写,应用opencv开源库的视频运动目标跟踪程序,其算法是基于视频采集角点滤波-VC prepared the application opencv open source library of video moving target tracking procedures, the algorithm is based on the video capture corner filter
shixiangtou
- 保证可以使用的摄像头成像,我在使用的,可以摄像头免驱动-To ensure that you can use the camera imaging, I use
VIDEO2
- 简单的视频播放器,具有打开、播放、暂停、继续等功能,代码易懂。-Simple video player that has the open, play, pause, resume, and other functions, easy to understand code.
H263
- 基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to Y
OnChipS3C2410BScam
- 嵌入式视频捕获和摄像头操作方面的源代码。适合从事视频捕获开发和嵌入式开发方面的人员使用-The source code of the embedded video capture and camera operation. Suitable for the development of video capture and embedded development to use
ShowCam
- Pass-thru Analog Camera Input to the screen
jpegstuff
- a little program that helps you generate analog rf output using only your vga card at 76.5 Mhz
VidTest
- 介绍了如何从AVI视频流中获取任意帧的图像数据并存储成AVI视频剪辑或者BMP文件,实现视频捕捉-Access to any frame from the AVI video stream image data and stored into AVI video clip, or BMP file to achieve video capture
em_qt
- 在这一节中就采用opencv自带的一个EM sample来学习下opencv中EM 算法类的使用,顺便也体验下EM 算法的实际应用。 环境:Ubuntu12.04+Qt4.8.2+QtCreator2.5+opencv2.4.2 在这里需要使用2个与EM算法有关的类,即CvEM和CvEMParams,这2个类在opencv2.4.2已经放入legacy文件夹中了,说明不久就会被淘汰掉,因为在未来的opencv版本中,将采用Algorithm这个公共类来统一接口。不过CvEM和Cv