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 +}