文件名称:motion
- 所属分类:
- 其它资源
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 114.58kb
- 下载次数:
- 0次
- 提 供 者:
- 北*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
There are many approaches for motion detection in continuous video streams. All of them are based on comparison of current video fr a me with one from the previous fr a mes or with something that we ll call background. In this article I ll try to describe some of the most common approaches. In describing the algorithms, I ll use an image processing library I ve described in my previous article. So, if you are common with it, it will only help. The demo applications support the following types of video sources: AVI files (using Video for Windows, interop library is included) updating JPEG from internet cameras MJPEG (motion JPEG) streams from different internet cameras MMS Stream - Microsoft Media Services local capture device (USB cameras or other capture devices).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 563155motion.zip 列表 motion/ motion/App.ico motion/AssemblyInfo.cs motion/bin/ motion/bin/Release/ motion/bin/Release/motion.exe.config motion/Camera.cs motion/CameraWindow.cs motion/CameraWindow.resx motion/CaptureDeviceForm.cs motion/CaptureDeviceForm.resx motion/IMotionDetector.cs motion/MainForm.cs motion/MainForm.resx motion/MMSForm.cs motion/MMSForm.resx motion/motion.csproj motion/motion.csproj.user motion/motion.sln motion/MotionDetector1.cs motion/MotionDetector2.cs motion/MotionDetector3.cs motion/MotionDetector3Optimized.cs motion/URLForm.cs motion/URLForm.resx motion/VideoSource/ motion/VideoSource/ByteArrayUtils.cs motion/VideoSource/CaptureDevice.cs motion/VideoSource/Events.cs motion/VideoSource/IVideoSource.cs motion/VideoSource/JPEGSource.cs motion/VideoSource/MJPEGSource.cs motion/VideoSource/VideoFileSource.cs motion/VideoSource/VideoStream.cs references/ references/dshow.dll references/Tiger.Imaging.dll references/Tiger.Video.VFW.dll vfw/ vfw/AssemblyInfo.cs vfw/AVIReader.cs vfw/AVIWriter.cs vfw/vfw.csproj vfw/vfw.csproj.user vfw/vfw.sln vfw/Win32.cs