mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 03:33:28 +08:00
remove #include <Eigen/Core> from eigen.hpp
This commit is contained in:
parent
26dbbcc070
commit
e812a02c0b
@ -46,9 +46,6 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
||||||
#include "cxcore.h"
|
#include "cxcore.h"
|
||||||
#ifndef EIGEN_CORE_H
|
|
||||||
#include <Eigen/Core>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
{
|
{
|
||||||
|
@ -135,6 +135,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_EIGEN2
|
#ifdef HAVE_EIGEN2
|
||||||
|
#include <Eigen/Core>
|
||||||
#include "opencv2/core/eigen.hpp"
|
#include "opencv2/core/eigen.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user