(Note that some of these algorithms are available only for a specific version of OpenCV, see algorithms.h)
*/
IBGS*bgs=newFrameDifference;
// IBGS *bgs = new PixelBasedAdaptiveSegmenter; // TODO
//see paper https://dl.acm.org/citation.cfm?id=2321600
//https://ieeexplore.ieee.org/document/4527178/
//was in benchmark on top https://www.researchgate.net/publication/259340906_A_comprehensive_review_of_background_subtraction_algorithms_evaluated_with_synthetic_and_real_videos
//my own adapter to use the model (tapter?)
//init the random number generator
srand(time(NULL));
clock_tbeginAll=clock();
//! read the center config file to cut out the ROI