“背景建模/背景减法/前景检测”测试视频库

Background Subtraction Datasets -  Article (11 Datasets)

 

1、Wallflower Test Images Sequences (J. Krumm, Microsoft Research, USA)  (7 videos, 1 Ground Truth image for each sequence)

http://research.microsoft.com/en-us/um/people/jckrumm/wallflower/testimages.htm

2、Perception Test Images Sequences (L. Li, Institute for Infocomm Research, Singapore) (9 videos, 20 GT images for each sequence)

http://perception.i2r.a-star.edu.sg/bk_model/bk_index.html

3、Carnegie Mellon Test Images Sequences (Y. Sheikh, Robotics Institute,  Canergie Mellon University, USA) (1 video, GT images for the sequence)

http://www.cs.cmu.edu/~yaser/new_backgroundsubtraction.htm

4、Sztaki Surveillance Benchmark Set (C. Benedek,  Department of Electronics Technology, Budapest University, Hungary)

http://web.eee.sztaki.hu/~bcsaba/FgShBenchmark.htm

5、Limu Dataset for Detection of Moving Objects (R. Taniguchi,  Laboratory for Image and Media Understanding, Kuyshu University, Japan)

http://limu.ait.kyushu-u.ac.jp/dataset/en/

6、UCSD Background Subtraction Dataset (V. Mahadevan, Statistical Visual Computing Laboratory, University of California - San Diego, USA)

http://www.svcl.ucsd.edu/projects/background_subtraction/

7、Stuttgart Artificial Background Subtraction Dataset (B. Hoferlin, Intelligent Systems Group, Universitat Stuttgart, Germany)

http://www.vis.uni-stuttgart.de/en/research/information-visualisation-and-visual-analytics/visual-analytics-of-video-data/sabs.html

8、RGB-D Object Detection Dataset (M. Camplani, Univ. of Madrid, Spain)

http://eis.bristol.ac.uk/~mc13306/

9、CITIC RGB-D Dataset (E. Fernandez-Sanchez , CITIC, Univ. of Granada, Spain)

http://atcproyectos.ugr.es/mvision/

10、Kinect Dataset for Foreground Segmentation (M. Pardas, Univ. of Catalunya, Spain)

https://imatge.upc.edu/web/resources/kinect-database-foreground-segmentation

11、RGB-D Rigid Multi-Body Dataset (J. Stückler, Univ. of Bonn, Germany)

http://www.ais.uni-bonn.de/download/rigidmultibody/

Background Subtraction Datasets -  Conference (6 Datasets)

 

 

1、BMC 2012 Background Models Challenge Dataset (A. Vacavant, Univ. Puy en Velay, France)

http://bmc.iut-auvergne.com/

2、CDW 2012 Change Detection Dataset (N. Goyette, Univ. Sherbrooke, Canada)

http://www.changedetection.net/

3、CDW 2014 Change Detection Dataset (N. Goyette, Univ. Sherbrooke, Canada)

http://www.changedetection.net/

4、SBMI 2015 Dataset (L. Maddalena, National Research Council, Italy)

http://sbmi2015.na.icar.cnr.it/

5、VSSN 2006 Test Images Sequences (E. Hörster, Univ. of Augsburg, Germany)

http://mmc36.informatik.uni-augsburg.de/VSSN06_OSAC/

6、OTCBVS 2006 Test Images Sequences (J. Davis, Ohio State University, USA)

http://www.vcipl.okstate.edu/otcbvs/bench/

Background Subtraction Datasets - Project (7 Datasets)

 

 

1、[email protected] Dataset (Univ. La Rochelle, France)

https://sites.google.com/site/thierrybouwmans/recherche---aqu-theque-datahttps://sites.google.com/site/thierrybouwmans/recherche---aqu-theque-data

2、ATON - Test Images Sequences (Computer Vision and Robotics Research Laboratory, Univ. of California, USA)

http://cvrr.ucsd.edu/aton/shadow/index.html

3、Fish4knowledge Dataset (University of Catania, Italy)

http://f4k.dieei.unict.it/datasets/bkg_modeling/

4、MAR - Maritime Activity Recognition Dataset (Lab Ro.Co.Co, Univ. Sapienza, Italy)

http://labrococo.dis.uniroma1.it/MAR/

5、Human Eva Dataset (Brown University, USA)

http://vision.cs.brown.edu/humaneva/

6、Video Coding Dataset (Institute of Digital Media, Peking University, China)

http://mlg.idm.pku.edu.cn/resources/pku-svd-a.html

7、MuHAVi -  Multicamera Human Action Video Dataset (S. Singh)

http://dipersec.king.ac.uk/MuHAVi-MAS/

时间: 2024-08-06 05:26:36

“背景建模/背景减法/前景检测”测试视频库的相关文章

背景建模技术(四):视频分析(VideoAnalysis)模块

视频分析模块主要包含两个函数,一个是VideoAnalysis::setup(....),其主要功能就是确定测试的视频是视频文件或摄像头输入亦或是采用命令行参数:第二个函数是VideoAnalysis::start(),其主要功能初始化视频处理.设置视频获取方式以及开始视频捕获功能等. 1.VideoAnalysis::setup(....) 该函数的代码如下: [cpp] view plaincopyprint? bool VideoAnalysis::setup(int argc, cons

背景建模技术(五):视频捕获(VideoCapture)模块

本次对"视频捕获(VideoCapture)模块"做出分析,给出源代码和对应的程序流程框架. 视频捕获模块的主要功能是设置视频或相机参数,并读取设置配置参数,最后进入帧处理模块的process进程,该模块的源码如下,请重点关注start()函数: #include "VideoCapture.h" namespace bgslibrary { namespace VC_ROI { IplImage* img_input1 = 0; IplImage* img_inp

背景建模技术(二):BgsLibrary的框架、背景建模的37种算法性能分析、背景建模技术的挑战

背景建模技术(二):BgsLibrary的框架.背景建模的37种算法性能分析.背景建模技术的挑战 1.基于MFC的BgsLibrary软件下载 下载地址:http://download.csdn.net/detail/frd2009041510/8691475 该软件平台中包含了37种背景建模算法,可以显示输入视频/图像.基于背景建模得到的前景和背景建模得到的背景图像,还可以显示出每种算法的计算复杂度等等.并且,测试的可以是视频.图片序列以及摄像头输入视频.其界面如下图所示: 2.BgsLibr

[综]前景检测GMM

tornadomeet 前景检测算法_4(opencv自带GMM) http://www.cnblogs.com/tornadomeet/archive/2012/06/02/2531705.html 前面已经有3篇博文介绍了背景减图方面相关知识(见下面的链接),在第3篇博文中自己也实现了gmm简单算法,但效果不是很好,下面来体验下opencv自带2个gmm算法. opencv实现背景减图法1(codebook和平均背景法) http://www.cnblogs.com/tornadomeet/

前景检测算法_3(GMM)

摘要 本文通过opencv来实现一种前景检测算法——GMM,算法采用的思想来自论文[1][2][4].在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应.然后在测试阶段,对新来的像素进行GMM匹配,如果该像素值能够匹配其中一个高斯,则认为是背景,否则认为是前景.由于整个过程GMM模型在不断更新学习中,所以对动态背景有一定的鲁棒性.最后通过对一个有树枝摇摆的动态背景进行前景检测,取得了较好的效果. 关键字:GMM,opencv,前景

目标检测之vibe---ViBe(Visual Background extractor)背景建模或前景检测

ViBe算法:ViBe - a powerful technique for background detection and subtraction in video sequences 算法官网:http://www2.ulg.ac.be/telecom/research/vibe/ 描述: ViBe是一种像素级视频背景建模或前景检测的算法,效果优于所熟知的几种算法,对硬件内存占用也少. Code: 算法执行效率测试程序,windows和linux操作系统下的程序和c/c++文件都可以在作者

ViBe(Visual Background extractor)背景建模或前景检测

ViBe算法:ViBe - a powerful technique for background detection and subtraction in video sequences 算法官网:http://www2.ulg.ac.be/telecom/research/vibe/ 描述: ViBe是一种像素级视频背景建模或前景检测的算法,效果优于所熟知的几种算法,对硬件内存占用也少. Code: 算法执行效率测试程序,windows和linux操作系统下的程序和c/c++文件都可以在作者

背景建模与前景检测

背景建模与前景检测(Background Generation And Foreground Detection) 链接:http://www.cnblogs.com/xrwang/archive/2010/02/21/ForegroundDetection.html

前景检测,背景建模收集

1.前景提取测试库: http://blog.csdn.net/frd2009041510/article/details/45564777 2.BG库搭建 http://blog.csdn.net/frd2009041510/article/details/45669843 3.37中算法性能分析对比 http://blog.csdn.net/frd2009041510/article/details/45688431 4.库源码流程分析 入口:http://blog.csdn.net/frd