problem using msbuild
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
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.
I have decided to use an older version of OpenCV (2.4.11) which includes the nonfree SIFT/SURF features.