[Solved] When i run the code of curve matching,error comes
Eigen is a C++ library for linear algebra that you need to install and include the correct headers. The source code seems to target Linux. /usr/local/include/eigen3/Eigen/Eigen implies a unix path. You are on Windows, that won’t work. you have to modify the code to work. 1 solved When i run the code of curve matching,error … Read more