/ViBe.Cython

Python reuse of ViBe Source C code based on Cython. ViBe: A universal background subtraction algorithm for video sequences

Primary LanguageC

ViBe.Cython

Python reuse of ViBe source C code based on Cython.

Original paper: ViBe: A universal background subtraction algorithm for video sequences

Official Website: http://www.telecom.ulg.ac.be/research/vibe/

Official source code: https://orbi.uliege.be/handle/2268/145853

build

git clone https://github.com/232525/ViBe.Cython
cd ViBe.Cython/lib_vibe
python setup.py build_ext --inplace

run demo

cd ViBe.Cython
python vibe_test.py

My CSDN Blog: 利用Cython打包复用ViBe运动目标检测C源码