Skip to content

Commit 09d283a

Browse files
committed
Merge pull request opencv#9897 from Bhanudutta:bugfix_1
2 parents 8b1b126 + dcaad31 commit 09d283a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/traincascade/traincascade.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
using namespace std;
55
using namespace cv;
66

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+
*/
712
int main( int argc, char* argv[] )
813
{
914
CvCascadeClassifier classifier;

0 commit comments

Comments
 (0)