C/C++ library for the ViBe algorithm
Functions
your-main-file-sequential.c File Reference

Shows how to use ViBe in your own C/C++ project. More...

#include "vibe-background-sequential.h"
Include dependency graph for your-main-file-sequential.c:

Go to the source code of this file.

Functions

static int32_t * acquire_image_C1R (void *stream, uint8_t *image_data, int32_t width, int32_t height)
 
static int32_t * acquire_image_C3R (void *stream, uint8_t *image_data, int32_t width, int32_t height)
 
static int32_t finished (void *stream)
 
static int32_t get_image_height (void *stream)
 
static int32_t get_image_width (void *stream)
 
int main (int argc, char **argv)
 

Detailed Description

Shows how to use ViBe in your own C/C++ project.

This file contains an example of a main functions that uses the ViBe algorithm implemented in vibe-background-sequential.{o, h}. You should read vibe-background-sequential.h for more information.

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

vibe-background.o was compiled by gcc using the following command

$> gcc -std=c99 -O3 -Wall -Werror -pedantic -Wno-unused-function -Wno-unused-parameter -Wno-deprecated -Wno-deprecated-declarations -Wno-sign-compare -Wno-unused-but-set-parameter -c vibe-background-sequential.c

This file can be compiled using the following command

$> gcc -o main -std=c99 -O3 -Wall -Werror -pedantic your-main-file.c vibe-background-sequential.o
Date
July 2014
Author
Marc Van Droogenbroeck

Definition in file your-main-file-sequential.c.


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. 
Prof. M. Van Droogenbroeck, July 2014.