文件名称:kde_bg_v1.0
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- d***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于核密度估计的背景减法算法,拥有命令行界面的C++源代码。-kernel density estimation based background subtraction algorithm [1] with a command line interface. this algorithm is a somewhat improved version of [2].
the kmovingobjdetector class within the project is originally written by birant orten who has graciously allowed me to use his code. i just modified it to suit my purposes. so, if you use any material from this program you should refer both [1] and [2] apart from this web-page.
if you compile with __OPENCV__ flag, you ll be able to open avi files. without this flag, you will be able to open just ppm images. the usage.txt explains the input specifications.
source code v1.0 //Jul 08, 2008 00:15+0200
[1] orten b., soysal m., alatan a.a., "person identification in surveillance video by combining mpeg-7 experts", april 2005- montreux- switzerland
[2] elgammal a., harwood d., and davis l., "non-parametric model for background subtraction". in proc. ieee iccv 1999
the kmovingobjdetector class within the project is originally written by birant orten who has graciously allowed me to use his code. i just modified it to suit my purposes. so, if you use any material from this program you should refer both [1] and [2] apart from this web-page.
if you compile with __OPENCV__ flag, you ll be able to open avi files. without this flag, you will be able to open just ppm images. the usage.txt explains the input specifications.
source code v1.0 //Jul 08, 2008 00:15+0200
[1] orten b., soysal m., alatan a.a., "person identification in surveillance video by combining mpeg-7 experts", april 2005- montreux- switzerland
[2] elgammal a., harwood d., and davis l., "non-parametric model for background subtraction". in proc. ieee iccv 1999
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kde_bg_v1.0\kbackground-subtraction\bg_subtraction_cmd.cpp
...........\.......................\KBGSubtraction.cpp
...........\.......................\KBGSubtraction.h
...........\.......................\KConnectedComponentLabeler.cpp
...........\.......................\KConnectedComponentLabeler.h
...........\.......................\KMovingObjDetector.cpp
...........\.......................\KMovingObjDetector.h
...........\.......................\KUtility.cpp
...........\.......................\KUtility.h
...........\.......................\Makefile
...........\.......................\usage.txt
...........\kbackground-subtraction
kde_bg_v1.0