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.
2 parents fd63e17 + d180eb7 commit 7c57814Copy full SHA for 7c57814
modules/optflow/src/pcaflow.cpp
@@ -40,8 +40,8 @@
40
//
41
//M*/
42
43
-#include "opencv2/ximgproc/edge_filter.hpp"
44
#include "precomp.hpp"
+#include "opencv2/ximgproc/edge_filter.hpp"
45
46
/* Disable "from double to float" and "from size_t to int" warnings.
47
* Fixing these would make the code look ugly by introducing explicit cast all around.
modules/optflow/src/variational_refinement.cpp
@@ -40,8 +40,9 @@
-#include "opencv2/core/hal/intrin.hpp"
+#include "opencv2/core/hal/intrin.hpp"
+
using namespace std;
48
namespace cv
0 commit comments