We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b1b126 + dcaad31 commit 09d283aCopy full SHA for 09d283a
apps/traincascade/traincascade.cpp
@@ -4,6 +4,11 @@
4
using namespace std;
5
using namespace cv;
6
7
+/*
8
+traincascade.cpp is the source file of the program used for cascade training.
9
+User has to provide training input in form of positive and negative training images,
10
+and other data related to training in form of command line argument.
11
+*/
12
int main( int argc, char* argv[] )
13
{
14
CvCascadeClassifier classifier;
0 commit comments