Generalized Background Subtraction using Super-pixels and Label Integrated Motion Estimation
Jongwoo Lim, Bohyung Han, “Generalized Background Subtraction using Superpixels with Label Integrated Motion Estimation,” in ECCV 2014
Project webpage: http://cvlab.hanyang.ac.kr/proj/gbssplime/
-
Build the two mex files - Coarse2FineTwoFrames.mex and mex_ersv.mex.
-
Run 'Run.m' and choose the dataset to process.
- The test video data will be automatically downloaded.
SetupSequence.m:
- vdir = './data/'; : where the dataset is stored.
- rpath = ['../Result/', num2str(vid), '/']; : where the result is stored.
Run.m
- SAVE_PROGRESS_IMAGES = true; : whether to save intermediate results.
SetupUnifiedParam.m
- a whole bunch of parameters for the algorithm.