nothinglo / NISwGSP

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior.
332 stars 124 forks source link

How can I build this project in windows (MSVC 2015 specifically) #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

Someone help me plz. This project requires a lot of external libraries.

firdauslubis88 commented 6 years ago

If you still need it, I have ported it to Visual Studio 15.7 (2017). I think it should work with VS2015 too. Please check it here:

https://github.com/firdauslubis88/NISwGSP.git

nothinglo commented 6 years ago

Thanks a lot to @firdauslubis88! I add your contribution to the README.md. Thanks for your kindness and help.