This is a implementation of the paper: ViBe: A Universal Background Subtraction Algorithm for Video Sequences
Language C++.
Prerequisite: OpenCV 3
Usage:
Run make, and the executable file is ViBe.
ViBe -i <input_video_path> optional parameters: -o <output_sample_file> -s <use_sample_path> -v <output_video_name> -f <to_frame_number> -r [backward_process] -m [batch_process]