Commit 09d283a3 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #9897 from Bhanudutta:bugfix_1

parents 8b1b126e dcaad315
......@@ -4,6 +4,11 @@
using namespace std;
using namespace cv;
/*
traincascade.cpp is the source file of the program used for cascade training.
User has to provide training input in form of positive and negative training images,
and other data related to training in form of command line argument.
*/
int main( int argc, char* argv[] )
{
CvCascadeClassifier classifier;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment