This project will include two major parts as follows:
- iOS application to support capturing the panorama
- OpenCV Objective-C++ code for creating the panorama from the images and integrating into the application
The iOS code will mostly be concerned with building the UI, accessing the camera, and capturing images. Then, we will focus on getting the images to OpenCV data structures and running the image stitching functions from the stitch module.