1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #9897 from Bhanudutta:bugfix_1

This commit is contained in:
Vadim Pisarevsky
2017-10-27 12:50:44 +00:00
+5
View File
@@ -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;