nothinglo / NISwGSP

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

way of collecting the images #6

Closed echozpz closed 7 years ago

echozpz commented 7 years ago

Hi, would you mind tell me the way you collected the images? By one camera or a multi-camera integrated device? If one, which kind of camera do you use? Thank you.

nothinglo commented 7 years ago

Hi, we used only one handheld camera. (just normal camera or you want to ask what camera brand?)

You can use any camera you like as long as you can make sure the feature points of images are suitable. Thanks.

echozpz commented 7 years ago

Thank you very much for your answer. Another question to bother you. Have you ever tried to stitch the images captured by fisheye lens, whose FOV may be larger than 180 degree?

nothinglo commented 7 years ago

Hi,

I didn't try the images whose FOV are significantly larger than the normal cameras'. My algorithm may not directly suitable for that case because the images in that setting are already distorted. It seems to me that you should make some modification if you want to stitch them.

Thanks.