fixing trailing whitespaces

This commit is contained in:
dbloisi
2013-09-01 22:13:49 +02:00
parent f0910466f9
commit 20f932bd46
3 changed files with 12 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ int main(int argc, char* argv[])
namedWindow("Frame");
namedWindow("FG Mask MOG");
namedWindow("FG Mask MOG 2");
//create Background Subtractor objects
pMOG = createBackgroundSubtractorMOG(); //MOG approach
pMOG2 = createBackgroundSubtractorMOG2(); //MOG2 approach