From bf808fac255b75554fef4814b325ec9050cc2888 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Thu, 2 Dec 2010 23:42:46 +0000 Subject: [PATCH] created parameter description doc and output --- samples/c/latentsvmdetect.cpp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/samples/c/latentsvmdetect.cpp b/samples/c/latentsvmdetect.cpp index 8723f955b..ee1dab61c 100644 --- a/samples/c/latentsvmdetect.cpp +++ b/samples/c/latentsvmdetect.cpp @@ -4,6 +4,16 @@ using namespace cv; +void help() +{ + printf( "This program demonstrated the use of the latentSVM detector.\n" + "It reads in a trained object model and then uses that to detect the object in an image\n" + "Call:\n" + "./latentsvmdetect [ 2) { image_filename = argv[1]; @@ -63,4 +73,4 @@ int main(int argc, char* argv[]) cvDestroyAllWindows(); return 0; -} \ No newline at end of file +}