Hacker News new | ask | show | jobs
by folli 1409 days ago
So how did you solve the mobile panorama stitching? You ran PTGui on a backend server and uploaded the user images there?
1 comments

I started from the OpenCV stitching_detailed example, and worked from there. That example runs pretty much out of the box on Android.
Cool, thanks!