mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805)
This commit is contained in:
@@ -147,7 +147,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EIGEN2
|
||||
#ifdef HAVE_EIGEN
|
||||
#include <Eigen/Core>
|
||||
#include "opencv2/core/eigen.hpp"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user