From a474974bc721676f3d3620c3c2d3bce37fecfa60 Mon Sep 17 00:00:00 2001
From: Gary Bradski <no@email>
Date: Wed, 1 Dec 2010 02:22:24 +0000
Subject: [PATCH] tweek

---
 samples/c/bgfg_codebook.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/samples/c/bgfg_codebook.cpp b/samples/c/bgfg_codebook.cpp
index 27c0b7802..49542b468 100644
--- a/samples/c/bgfg_codebook.cpp
+++ b/samples/c/bgfg_codebook.cpp
@@ -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"