1

Is there a way to easily programmatically create a panorama in the iOS? I want to include a way to create a panorama in my iPhone app, leveraging iOS6s new panorama feature, so I don't have to implement it from scratch. If Apple does not provide and API, are there any good third party libraries to help make panoramas? Thanks in advance.

rustybeanstalk
  • 2,722
  • 9
  • 37
  • 57

2 Answers2

0

try to use camera to capture image with timer and after stitches image using opencv

openCV 2.4.3 iOS framework compiler trouble recognising some c++ headers

Community
  • 1
  • 1
0

You can also try this OpenCV Image stitching project:

https://github.com/foundry/OpenCVStitch

meetpd
  • 9,150
  • 21
  • 71
  • 119