remove #include <Eigen/Core> from eigen.hpp
This commit is contained in:
parent
26dbbcc070
commit
e812a02c0b
@ -46,9 +46,6 @@
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "cxcore.h"
|
||||
#ifndef EIGEN_CORE_H
|
||||
#include <Eigen/Core>
|
||||
#endif
|
||||
|
||||
namespace cv
|
||||
{
|
||||
|
@ -135,6 +135,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EIGEN2
|
||||
#include <Eigen/Core>
|
||||
#include "opencv2/core/eigen.hpp"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user