mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 19:44:14 +08:00
fix includes
This commit is contained in:
@@ -40,8 +40,8 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#include "opencv2/ximgproc/edge_filter.hpp"
|
|
||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
|
#include "opencv2/ximgproc/edge_filter.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.
|
||||||
|
@@ -40,8 +40,9 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#include "opencv2/core/hal/intrin.hpp"
|
|
||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
|
#include "opencv2/core/hal/intrin.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
|
Reference in New Issue
Block a user