You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to compile this but I get an error saying that there is no such file called "Math/Vector.h". I'm quite new to MATLAB and compiling using it, what library/files does Math/Vector.h refer to and where can I get them?
The missing file should be found in the folder: "./SceneFlowCode/CPP/Math/", so it is part of the repository. In other words there is some include not working.
However, the command -I"/SceneFlowCode/CPP" for compiling the mex file should include that folder.
Please ensure that the file exists in that folder and that the include command can find it.
Hi, I'm trying to compile this but I get an error saying that there is no such file called "Math/Vector.h". I'm quite new to MATLAB and compiling using it, what library/files does Math/Vector.h refer to and where can I get them?
The text was updated successfully, but these errors were encountered: