Make flann headers independent from OpenCV C API
This commit is contained in:
@@ -43,10 +43,9 @@
|
||||
#ifndef __OPENCV_FEATURES_2D_HPP__
|
||||
#define __OPENCV_FEATURES_2D_HPP__
|
||||
|
||||
#include "opencv2/flann/miniflann.hpp"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "opencv2/core.hpp"
|
||||
#include "opencv2/flann/miniflann.hpp"
|
||||
#include <limits>
|
||||
|
||||
namespace cv
|
||||
|
Reference in New Issue
Block a user