1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00

solve issue 1165

This commit is contained in:
LaurentBerger
2017-05-18 14:12:22 +02:00
parent 27bf9e2988
commit 64b3bbb620
3 changed files with 1 additions and 2 deletions

View File

@@ -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__
#include "opencv2/core.hpp"
#include "opencv2/core/hal/intrin.hpp"
#include "opencv2/imgproc.hpp"
namespace cv

View File

@@ -40,7 +40,6 @@
//
//M*/
#include "opencv2/core/hal/intrin.hpp"
#include "precomp.hpp"
#include "opencl_kernels_optflow.hpp"

View File

@@ -46,6 +46,7 @@
#include "opencv2/imgcodecs.hpp"
#include "precomp.hpp"
#include "opencl_kernels_optflow.hpp"
#include "opencv2/core/hal/intrin.hpp"
/* 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.