libvibe++ : a generic C++ library for the ViBe algorithm
Functions
ViBe_8UC3.cpp File Reference

Using ViBe with OpenCV for color images. More...

#include <cstddef>
#include <ctime>
#include <iostream>
#include <cv.h>
#include <highgui.h>
#include <libvibe++/ViBe.h>
#include <libvibe++/distances/Manhattan.h>
#include <libvibe++/system/types.h>
Include dependency graph for ViBe_8UC3.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Using ViBe with OpenCV for color images.

Author
Benjamin Laungraud and Marc Van Droogenbroeck
Date
June 2016

Full documentation is available online at: http://www.telecom.ulg.ac.be/research/vibe/doc2

All technical details are available in the following paper: O. Barnich and M. Van Droogenbroeck. ViBe: A universal background subtraction algorithm for video sequences. IEEE Transactions on Image Processing, 20(6):1709-1724, June 2011.

BiBTeX information

  @article{Barnich2011ViBe,
  title = {{ViBe}: A universal background subtraction algorithm for video sequences},
  author = {O. Barnich and M. {Van Droogenbroeck}},
  journal = {IEEE Transactions on Image Processing},
  volume = {20},
  number = {6},
  pages = {1709-1724},
  month = {June},
  year = {2011},
  keywords = {ViBe, Background, Background subtraction, Segmentation, Motion, Motion detection},
  pdf = {http://orbi.ulg.ac.be/bitstream/2268/145853/1/Barnich2011ViBe.pdf},
  doi = {10.1109/TIP.2010.2101613},
  url = {http://hdl.handle.net/2268/145853}
  }

See [2]

Definition in file ViBe_8UC3.cpp.


License/Copyright

This code is copyrighted by the University of Liège, Belgium. 
It is only shared for research purposes. Please do not distribute it. 
B. Laugraud and M. Van Droogenbroeck, May 2016.