From dd2cace51039cae572b6419887d37350fe4629cc Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:30:10 +0000 Subject: [PATCH] revamped --- samples/cpp/bgfg_segm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/bgfg_segm.cpp b/samples/cpp/bgfg_segm.cpp index 3407d7dd5d..e04e390601 100644 --- a/samples/cpp/bgfg_segm.cpp +++ b/samples/cpp/bgfg_segm.cpp @@ -4,7 +4,7 @@ #include void help() { - printf("\nDo background segmentation, especially demonstrating the use of cvUpdateBGStatModel.\n" + printf("\nDo background segmentation, especially demonstrating the use of cvUpdateBGStatModel().\n" "Learns the background at the start and then segments.\n" "Learning is togged by the space key. Will read from file or camera\n" "Call:\n" -- GitLab