Commit d8eac205 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1171 from LaurentBerger:woHALDisFlow

parents 6b3d71bc 64b3bbb6
...@@ -52,7 +52,6 @@ the use of this software, even if advised of the possibility of such damage. ...@@ -52,7 +52,6 @@ the use of this software, even if advised of the possibility of such damage.
#define __OPENCV_OPTFLOW_SPARSE_MATCHING_GPC_HPP__ #define __OPENCV_OPTFLOW_SPARSE_MATCHING_GPC_HPP__
#include "opencv2/core.hpp" #include "opencv2/core.hpp"
#include "opencv2/core/hal/intrin.hpp"
#include "opencv2/imgproc.hpp" #include "opencv2/imgproc.hpp"
namespace cv namespace cv
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
// //
//M*/ //M*/
#include "opencv2/core/hal/intrin.hpp"
#include "precomp.hpp" #include "precomp.hpp"
#include "opencl_kernels_optflow.hpp" #include "opencl_kernels_optflow.hpp"
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include "opencv2/imgcodecs.hpp" #include "opencv2/imgcodecs.hpp"
#include "precomp.hpp" #include "precomp.hpp"
#include "opencl_kernels_optflow.hpp" #include "opencl_kernels_optflow.hpp"
#include "opencv2/core/hal/intrin.hpp"
/* Disable "from double to float" and "from size_t to int" warnings. /* Disable "from double to float" and "from size_t to int" warnings.
* Fixing these would make the code look ugly by introducing explicit cast all around. * Fixing these would make the code look ugly by introducing explicit cast all around.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment