include Eigen2/3 headers optionally, for greater flexibility
This commit is contained in:
parent
96e127134d
commit
1a2fee0d56
@ -46,7 +46,9 @@
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "cxcore.h"
|
||||
#ifndef EIGEN_CORE_H
|
||||
#include <Eigen/Core>
|
||||
#endif
|
||||
|
||||
namespace cv
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user