Skip to content

Commit 7c57814

Browse files
committed
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 parents fd63e17 + d180eb7 commit 7c57814

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/optflow/src/pcaflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//
4141
//M*/
4242

43-
#include "opencv2/ximgproc/edge_filter.hpp"
4443
#include "precomp.hpp"
44+
#include "opencv2/ximgproc/edge_filter.hpp"
4545

4646
/* Disable "from double to float" and "from size_t to int" warnings.
4747
* Fixing these would make the code look ugly by introducing explicit cast all around.

modules/optflow/src/variational_refinement.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
//
4141
//M*/
4242

43-
#include "opencv2/core/hal/intrin.hpp"
4443
#include "precomp.hpp"
44+
#include "opencv2/core/hal/intrin.hpp"
45+
4546
using namespace std;
4647

4748
namespace cv

0 commit comments

Comments
 (0)