shipingjiancedfskf

所属分类:视频捕捉采集剪辑
开发工具:C/C++
文件大小:926KB
下载次数:154
上传日期:2011-03-19 16:24:57
上 传 者linst2008
说明:  可能对视频中运动目标进行检测和跟踪的算法源代码及演示代码,程序定位准确,环境抗噪能力强。
(Possible to detect moving objects in video tracking algorithm and source code and demo code, program positioning accuracy, strong anti-noise environment.)

文件列表:
视频中运动检测算法源代码及演示代码\Motion_Detection.aspx.htm (194507, 2007-12-13)
视频中运动检测算法源代码及演示代码\motion_demo.zip (120299, 2007-12-13)
视频中运动检测算法源代码及演示代码\motion_src.zip (175251, 2007-12-13)
视频中运动检测算法源代码及演示代码\motion_src\motion.sln (1838, 2007-03-16)
视频中运动检测算法源代码及演示代码\motion_src\motion.suo (34816, 2007-03-20)
视频中运动检测算法源代码及演示代码\motion_src\vfw\AssemblyInfo.cs (2426, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\vfw\AVIReader.cs (5422, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\vfw\AVIWriter.cs (5721, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\vfw\vfw.csproj (3637, 2007-03-16)
视频中运动检测算法源代码及演示代码\motion_src\vfw\Win32.cs (10046, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\references\AForge.dll (20480, 2007-03-16)
视频中运动检测算法源代码及演示代码\motion_src\references\AForge.Imaging.dll (110592, 2007-03-19)
视频中运动检测算法源代码及演示代码\motion_src\references\AForge.Math.dll (28672, 2007-03-16)
视频中运动检测算法源代码及演示代码\motion_src\motion\AboutForm.cs (8452, 2007-03-20)
视频中运动检测算法源代码及演示代码\motion_src\motion\AboutForm.resx (10003, 2007-03-20)
视频中运动检测算法源代码及演示代码\motion_src\motion\App.ico (26694, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\AssemblyInfo.cs (2534, 2007-03-20)
视频中运动检测算法源代码及演示代码\motion_src\motion\Camera.cs (3551, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\CameraWindow.cs (5292, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\CameraWindow.resx (5682, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\CaptureDeviceForm.cs (4597, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\CaptureDeviceForm.resx (5500, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\Copyright.txt (425, 2007-03-20)
视频中运动检测算法源代码及演示代码\motion_src\motion\IMotionDetector.cs (732, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\MainForm.cs (26664, 2007-03-19)
视频中运动检测算法源代码及演示代码\motion_src\motion\MainForm.resx (46734, 2007-03-19)
视频中运动检测算法源代码及演示代码\motion_src\motion\motion.csproj (7492, 2007-03-19)
视频中运动检测算法源代码及演示代码\motion_src\motion\MotionDetector1.cs (4324, 2007-03-17)
视频中运动检测算法源代码及演示代码\motion_src\motion\MotionDetector2.cs (4463, 2007-03-19)
视频中运动检测算法源代码及演示代码\motion_src\motion\MotionDetector3.cs (5092, 2007-03-19)
视频中运动检测算法源代码及演示代码\motion_src\motion\MotionDetector3Optimized.cs (6646, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\MotionDetector4.cs (4922, 2007-03-19)
视频中运动检测算法源代码及演示代码\motion_src\motion\URLForm.cs (4077, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\URLForm.resx (5490, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\VideoSource\ByteArrayUtils.cs (1278, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\VideoSource\CameraEvents.cs (626, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\VideoSource\CaptureDevice.cs (8344, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\VideoSource\IVideoSource.cs (1612, 2006-04-11)
视频中运动检测算法源代码及演示代码\motion_src\motion\VideoSource\JPEGStream.cs (7054, 2006-04-11)
... ...

Motion Detection Algorithms 视频中运动检测算法源代码及演示代码 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。 源代码原文下载: Motion Detection Algorithms Some approaches to detect motion in a video stream. There are many approaches for motion detection in a continuous video stream. All of them are based on comparing of the current video frame with one from the previous frames or with something that we'll call background. In this article, I'll try to describe some of the most common approaches. In description of these algorithms I'll use the AForge.NET framework, which is described in some other articles on Code Project: [1], [2]. So, if you are common with it, it will only help. The demo application supports 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; * local capture device (USB cameras or other capture devices, DirectShow interop library is included).

近期下载者

相关文件


收藏者