firdauslubis88 / NISwGSP

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior (Windows Visual Studio 15.7 Version)
60 stars 26 forks source link

Test examples bug #4

Closed Liuzichi closed 4 years ago

Liuzichi commented 5 years ago

I successfully compiled the *.exe file on Windows.When I run the examples you provided,Some of them work properly to get results. But most of examples get bug as following: image I'm a new programmer,can't find out where bug is!! Please help me to solve this problem or teach me how to debug! Please!!!

hub-wll commented 4 years ago

Hello, I have the same problem with you today, do you have solve this problem?

11

Liuzichi commented 4 years ago

https://github.com/firdauslubis88/NISwGSP/issues/4#issuecomment-602988647 If i remember correctly,there is a file that needs to add some code. Add the code " sort(result.begin(), result.end()); " before the return statement of the function GetImageFileNamesInDir of the file Parameter.cpp image I have used it successfully under ubuntu system, but I have n’t used it for a long time. I may remember it wrongly. If the above code is not successful, you can send me an email. My email is liuzichi@foxmail.com

jchhuang commented 1 month ago

I operate as Liuzichi suggestion, however, this issue is still existing. Does any other solution for it?