基于视频的异常行为检测

研究基于视频的异常行为检测

导航

2009年2月4日 #

高斯背景建模C#版本

摘要: using System;using System.Collections.Generic;using System.Text;using Emgu.Util;using System.Runtime.InteropServices;using Emgu.CV.Structure; namespace Emgu.CV{ /// <summary> /// Background sta... 阅读全文

posted @ 2009-02-04 16:39 zengqs 阅读(1571) 评论(2) 推荐(0) 编辑

高斯背景建模

摘要: 高斯背景建模代码:#include <stdio.h>#include <cv.h>#include <cxcore.h>#include <highgui.h>#include <cvaux.h>//必须引此头文件int main( int argc, char** argv ){ IplImage* pFrame = NULL; Ip... 阅读全文

posted @ 2009-02-04 16:36 zengqs 阅读(1548) 评论(1) 推荐(0) 编辑