ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.85k stars 552 forks source link

Possible to use code in here for alignment of images? #94

Open ilia3101 opened 5 years ago

ilia3101 commented 5 years ago

OpenPano is amazing (I have used it for actual panoramas).

I've been wondering... is it possible to use the code as a library? for aligning a few images...

What I want to do is input a few images as arrays to OpenPano (focal length and all properties are known), and get as output offset/alignment values for these images with subpixel accuracy. Is this possible?

ppwwyyxx commented 5 years ago

Using it as a library would be nice, but that's not easy given the current structure of code.

ilia3101 commented 5 years ago

Using it as a library would be nice, but that's not easy given the current structure of code.

Ah right. A little sad, but oh well.

I guess this issue can be closed then.

Thanks!