nothinglo / NISwGSP

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

stitching my own images? #15

Open winmler opened 6 years ago

winmler commented 6 years ago

If I want to stitch my own images,what should I do?And how to generate the xxx-STITCH-GRAPH.txt?Your input-42-data contains the xxx-STITCH-GRAPH.txt!

nothinglo commented 6 years ago

Yes. Because I did not implement the algorithm of image matching graph right now. Also, I did not give a detailed about how to prepare the *-STITCH-GRAPH.txt yet. I will deal with these things recently. I am so sorry for your inconvenience.

If you want to stitch your own images now. You can just provide your own *-STITCH-GRAPH.txt. You can refer the format to https://github.com/nothinglo/NISwGSP/issues/9

Again, I am sorry for your inconvenience.

winmler commented 6 years ago

Nono,you are fine.Thanks to your code and paper ,I got lots of harvest. I'm looking forward to having more communication with you. Thanks again!