OpenCV Computer vision with iOS: stitching panoramas
This is a very simple iOS/openCV example showing basic use of the Stitcher class. The c++ code is adapted from the c++ samples included with the openCV distribution.
Built with XCode 4.5.2 for iOS 5.1/6.0 [Oct 2015: updated for XCode 7]
Provides a partial answer to: Libraries to capture panoramas in iOS 6 (Stack Overflow)
See also version 2 - SwiftStitch:
- uses cocoaPods to install OpenCV
- converted to Swift + ObjC++ + C++