ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.9k stars 555 forks source link

How can I improve the stitching if I have already known the shooting angles of every image? #51

Closed chaocharleswang closed 6 years ago

chaocharleswang commented 7 years ago

Suppose I have know the shooting angles (Roll, Yaw, Pitch) of every image, how can I improve the stitching? Thanks!

ppwwyyxx commented 7 years ago

Theoretically you can initialize bundle adjustment with your given information. But the code doesn't support it and it's not an easy change.