include Eigen2/3 headers optionally, for greater flexibility

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 96e127134d
commit 1a2fee0d56
  1. 2
      modules/core/include/opencv2/core/eigen.hpp

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

Loading…
Cancel
Save