Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SFM module for OpenCV on Windows

I already installed OpenCV 3.1 with opencv_contrib on Windows. Now i want to use the SFM module inside the opencv_contrib, but on the website of the module (http://docs.opencv.org/3.1.0/db/db8/tutorial_sfm_installation.html) it says "Note: The module is only available for Linux/GNU systems."

Does anyone know if and how i am still able to use it on Windows?

like image 413
Mirnyy Avatar asked Nov 08 '22 03:11

Mirnyy


1 Answers

You could try this: http://qiita.com/ChaoticActivity/items/3888e886925ef0f84926. Here is the english translation: https://translate.google.com/translate?hl=en&sl=auto&tl=en&u=http%3A%2F%2Fqiita.com%2FChaoticActivity%2Fitems%2F3888e886925ef0f84926&sandbox=1

like image 126
C. Trenkle Avatar answered Nov 14 '22 22:11

C. Trenkle