mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Fixing missing header compilation problems
This commit is contained in:
parent
1fb6e7d1ce
commit
db5157513e
@ -1,6 +1,8 @@
|
||||
#include "opencv2/highgui/highgui.hpp"
|
||||
#include "opencv2/imgproc/imgproc_c.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
IplImage* inpaint_mask = 0;
|
||||
IplImage* img0 = 0, *img = 0, *inpainted = 0;
|
||||
CvPoint prev_pt = {-1,-1};
|
||||
|
@ -1,6 +1,8 @@
|
||||
#include "opencv2/core/core_c.h"
|
||||
#include "opencv2/ml/ml.hpp"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
The sample demonstrates how to train Random Trees classifier
|
||||
(or Boosting classifier, or MLP - see main()) using the provided dataset.
|
||||
|
Loading…
Reference in New Issue
Block a user