We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbed8d commit 61404ddCopy full SHA for 61404dd
3rdparty/openvx/hal/openvx_hal.cpp
@@ -1,4 +1,5 @@
1
#include "openvx_hal.hpp"
2
+#include "opencv2/imgproc/hal/interface.h"
3
4
#define IVX_HIDE_INFO_WARNINGS
5
#include "ivx.hpp"
3rdparty/openvx/hal/openvx_hal.hpp
@@ -2,7 +2,6 @@
#define OPENCV_OPENVX_HAL_HPP_INCLUDED
#include "opencv2/core/hal/interface.h"
-#include "opencv2/imgproc/hal/interface.h"
6
7
#include "VX/vx.h"
8
0 commit comments