problem using msbuild

asked 2017-06-30 11:45:25 -0600

marcus gravatar image

updated 2017-06-30 11:47:24 -0600

berak gravatar image

When trying to build the SIFT/SURF nonfree features into the latest version of opencv I get the following error in cmake: CMake error in CMakeLists.txt: Failed to run MSBuild command: MSBuild.exe: to get the value of VCTargetsPath:

I am using OpenCV java implementation for Eclipse

edit retag flag offensive close merge delete

Comments

i'm not entirely sure, if you can use SIFT/SURF from java at all, even if you build with opencv_contrib (nessecary for opencv3)

the java wrappers are still using the 2.4 setup, which won't let you.

berak gravatar imageberak ( 2017-06-30 11:55:20 -0600 )edit

I have decided to use an older version of OpenCV (2.4.11) which includes the nonfree SIFT/SURF features.

marcus gravatar imagemarcus ( 2017-07-01 11:21:42 -0600 )edit