I have trouble in using Eigen3 Library along with OpenCV application in C++. I have installed Eigen3 library on my Ubuntu
I just had to include
#include
before including OpenCV headers thats all. I compiled them by including the Eigen lib headers and OpenCV lib headers.