remove #include <Eigen/Core> from eigen.hpp

This commit is contained in:
Vadim Pisarevsky 2010-09-23 20:03:47 +00:00
parent 26dbbcc070
commit e812a02c0b
2 changed files with 1 additions and 3 deletions

View File

@ -46,9 +46,6 @@
#ifdef __cplusplus
#include "cxcore.h"
#ifndef EIGEN_CORE_H
#include <Eigen/Core>
#endif
namespace cv
{

View File

@ -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