fix: build the box tracking example with opencv 4
This commit is contained in:
parent
a7225b938a
commit
49ac3fdc0d
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue
Block a user