tweek
authorGary Bradski <no@email>
Wed, 1 Dec 2010 02:22:24 +0000 (02:22 +0000)
committerGary Bradski <no@email>
Wed, 1 Dec 2010 02:22:24 +0000 (02:22 +0000)
samples/c/bgfg_codebook.cpp

index 27c0b78..49542b4 100644 (file)
@@ -37,6 +37,7 @@ bool ch[NCHANNELS]={true,true,true}; // This sets what channels should be adjust
 void help(void)
 {
     printf("\nLearn background and find foreground using simple average and average difference learning method:\n"
+               "Originally from the book: Learning OpenCV by O'Reilly press\n"
         "\nUSAGE:\nbgfg_codebook [--nframes=300] [movie filename, else from camera]\n"
         "***Keep the focus on the video windows, NOT the consol***\n\n"
         "INTERACTIVE PARAMETERS:\n"