Fixed regression errors for OpencV2 (#309)

This commit is contained in:
matlabbe
2018-09-18 23:03:40 -04:00
parent 124543c57d
commit f903ffb927
6 changed files with 12 additions and 0 deletions

View File

@@ -46,7 +46,9 @@
#include <opencv2/core/core.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#if CV_MAJOR_VERSION >= 3
#include <opencv2/calib3d/calib3d_c.h>
#endif
namespace cv3 {