mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
revamped
This commit is contained in:
parent
a047fc237b
commit
52fd8ad662
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user