mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 02:16:34 +08:00
solve issue 1165
This commit is contained in:
@@ -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 @@
|
|||||||
//
|
//
|
||||||
//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 @@
|
|||||||
#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.
|
||||||
|
Reference in New Issue
Block a user