error C1083 cannot open eigen/core

asked 2016-04-12 08:02:12 -0600

Aj-611 gravatar image

I download a source code from internet. There is no instruction on developing this code except that it said it uses Microsoft visual studio and opencv 2.1. Then I found in the additional include file consist of file from Eigen 2.0.17. So I install it and include it in the project. However there are errors as stated above. How should I use this Eigen thing in this project?

edit retag flag offensive close merge delete

Comments

2

if you find code, which requires opencv2.1, that must be very, very, very, very old.

(maybe it's not useful any more)

then, - how should we know, without knowing, what you're talking about, how you installed it, etc ?

berak gravatar imageberak ( 2016-04-12 08:37:33 -0600 )edit

ya.. it seems like I have to rebuild the code. Because there is another error occur. can you take a look here http://answers.opencv.org/question/92594/error-c2665-regarding-imshow/@berak

Aj-611 gravatar imageAj-611 ( 2016-04-12 23:00:56 -0600 )edit

It means that the Eigen library is not installed on your system and thus the code is depending on it. Install Eigen and even better, recompile the code using OpenCV 2.4 or 3.0!

StevenPuttemans gravatar imageStevenPuttemans ( 2016-04-13 04:35:37 -0600 )edit

BTW any guide to recompile this code? Any tutorial, or something to read so I can rebuild it?

Aj-611 gravatar imageAj-611 ( 2016-04-14 09:38:58 -0600 )edit
1

not unless you tell us what you're trying to compile ...

"I download a source code from internet." - lol, really ?

berak gravatar imageberak ( 2016-04-14 09:46:34 -0600 )edit

I just need something that can help me convert the old version to the new one.

Aj-611 gravatar imageAj-611 ( 2016-04-14 10:51:21 -0600 )edit

the old version of what , again ? you never told us.

berak gravatar imageberak ( 2016-04-14 11:21:43 -0600 )edit

opencv2.1 to opencv3.1

Aj-611 gravatar imageAj-611 ( 2016-04-14 22:34:12 -0600 )edit