projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a047fc2
)
revamped
author
Gary Bradski
<no@email>
Sat, 4 Dec 2010 08:30:36 +0000
(08:30 +0000)
committer
Gary Bradski
<no@email>
Sat, 4 Dec 2010 08:30:36 +0000
(08:30 +0000)
samples/cpp/peopledetect.cpp
patch
|
blob
|
history
diff --git
a/samples/cpp/peopledetect.cpp
b/samples/cpp/peopledetect.cpp
index b2ea5fa4bff3562ab33f769442029d5e239d127b..7adc61388deb5519024d4ccbcd752d677bc6d60a 100644
(file)
--- a/
samples/cpp/peopledetect.cpp
+++ b/
samples/cpp/peopledetect.cpp
@@
-9,6
+9,15
@@
using namespace cv;
using namespace std;
+void help()
+{
+ printf(
+ "\nDemonstrate the use of the HoG descriptor using\n"
+ " HOGDescriptor::hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());\n"
+ "Usage:\n"
+ "./peopledetect (<image_filename> | <image_list>.txt)\n\n");
+}
+
int main(int argc, char** argv)
{
Mat img;