Further improvement

In this section, we will show some improvements that you can consider while creating a fully featured panorama application.

First, you can make a better user interface for the user to capture a panorama image. The current user interface doesn't show that the application can capture images in both directions. A suggestion is to use the motion sensors (accelerometer and gyroscope) in the Android API to obtain the rotation of the device and adjust the position of the overlay image.

Note

Motion Sensors API documentation is available at http://developer.android.com/guide/topics/sensors/sensors_motion.html.

Secondly, the current application resizes the captured image to decrease computation time. You may want to change some parameters ...

Get OpenCV 3 Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.