ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.86k stars 553 forks source link

Splicing error #45

Closed GenaWang closed 6 years ago

GenaWang commented 6 years ago

@ppwwyyxx Thanks for your code. I used my own picture to stitch, but there were some problems. There are overlapping areas on the left and right sides of the spliced picture. Here is the picture:

outresult1

The area drawn on both sides of the red lines is the coincidence area. How to solve the panorama of the end of the region coincidence problem?

ppwwyyxx commented 6 years ago

It's likely that this pair of images (first and last) is the only pair that doesn't get matched since the region lacks features.

GenaWang commented 6 years ago

@ppwwyyxx Thanks for your reply. If the first and last of these sequence images can match well. Does it mean that the panorama of the spell can be seamlessly connected? I also tried some splicing of other sequence images. It seems that the beginning and end of the image has a coincidence area. Does the project merge the first and last of the sequence image?

ppwwyyxx commented 6 years ago

The head and tail are supposed to get cut properly. i.e. seeing overlapping regions is not expected.

In your image it's white wall that is hard to match.

GenaWang commented 6 years ago

@ppwwyyxx Thanks for your reply. Could you please provide me with some references to the project?