Skip to content

Commit c95f3ef

Browse files
committed
Added a couple of comments to the interface of traincascade.cpp in order to tell user about the usage of traincascade.cpp file and to learn how Github submitting works
1 parent 9ae86a9 commit c95f3ef

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 posotive 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)