fixed compile errors from gcc
This commit is contained in:
parent
8b0a186ff0
commit
894cde3f40
@ -1,6 +1,7 @@
|
|||||||
#include "opencv2/core/core_c.h"
|
#include "opencv2/core/core_c.h"
|
||||||
#include "opencv2/ml/ml.hpp"
|
#include "opencv2/ml/ml.hpp"
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
/*
|
/*
|
||||||
The sample demonstrates how to train Random Trees classifier
|
The sample demonstrates how to train Random Trees classifier
|
||||||
(or Boosting classifier, or MLP - see main()) using the provided dataset.
|
(or Boosting classifier, or MLP - see main()) using the provided dataset.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#include "opencv2/imgproc/imgproc.hpp"
|
#include "opencv2/imgproc/imgproc.hpp"
|
||||||
#include "opencv2/highgui/highgui.hpp"
|
#include "opencv2/highgui/highgui.hpp"
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace cv;
|
using namespace cv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user