Riddlemirror
Riddlemirror
Compiling mex-files on Windows platform... This is mex, Copyright 1984-2007 The MathWorks, Inc. -> Default options filename found in C:\Users\Ruqayya Raza\AppData\Roaming\MathWorks\MATLAB\R2010a ---------------------------------------------------------------- -> Options file = C:\Users\Ruqayya Raza\AppData\Roaming\MathWorks\MATLAB\R2010a\mexopts.bat MATLAB =...
Ok so I am trying to build the libflandmark using CMAKE but I keep getting this error now. The C compiler identification is MSVC 16.0.40219.1 The CXX compiler identification is...
When I do that and hit configure again, the path is changed back to what it was originally! P.S.Sorry to be such a pain
I managed to configure the thing in CMAKE, had to change the directory from ./OpenCV/cmake to ./OpenCV/build. I then built the project and I got the flandmark.static.dir and the flandmark.shared.dir....
Thank you so much! Now when I try the flandmark_compilemex.m files, this is the error that comes up. I have tried to change the linker properties on the project and...
Thats the thing...the openCV lib has a whole range of OpenCV library functions in it but no file with the obj extension. SO I dont understand what the program is...
Just a quick question though, WHY is it trying to find the obj file anyways? Because that obj isn't created when I debug and compile the flandmark lib. It's this...