include Eigen2/3 headers optionally, for greater flexibility

This commit is contained in:
Vadim Pisarevsky 2010-09-22 20:45:01 +00:00
parent 96e127134d
commit 1a2fee0d56

View File

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