-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matlab interface #71
Comments
Hi @AJ611, I am working on the batch scripts for building the CLandmark on windows now. The problem with matlab interface and compilation on windows is, that the CMake scripts are written for linux only. Earlier versions of MATLAB and Visual Studio were not so cooperative as it is now, so for windows compilation, the procedure was first to compile the core of CLandmark library, and then compile the matlab interface directly from MATLAB, using the compile_mex.m script. For OpenCV, you should just select the build folder in CMake, and then it should find the proper sub-directory by itself. However, in your case I guess the problem is, that for some reason, it tries to compile with static libraries instead of dynamic ones. |
Hi,
Do you have any idea about it? |
Hi, I try to follow the images instruction here. However, stuck at Build process in MVS where I got same error on
LINK : fatal error LNK1104: cannot open file 'Debug\clandmark.lib'
. Then, I try to build clandmark project but return========== Build: 0 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
.BTW, during CMAKE process, instead of setting OpenCV_dir to
../vc14/bin
, I set it to..vc14/lib
, because I got error` Could not find a package configuration file provided by "OpenCV" with any
of the following names:
The text was updated successfully, but these errors were encountered: