fix: build the box tracking example with opencv 4

This commit is contained in:
homuler 2020-08-25 09:34:59 +09:00
parent a7225b938a
commit 49ac3fdc0d

View File

@ -23,6 +23,11 @@
#include <opencv2/imgproc/imgproc.hpp>
#else
#include <opencv2/imgproc.hpp>
#if CV_MAJOR_VERSION == 4
#include <opencv2/imgproc/types_c.h>
#endif
#endif
#endif // MEDIAPIPE_PORT_OPENCV_IMGPROC_INC_H_