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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user