This application is a slightly modified version of the "Image Manipulation" sample that comes with the official OpenCV package. It has been modified to allow Google Glass users to swipe backwards and forwards to change the image manipulation type. This project does not serve any practical need, it is simply a test of OpenCV running on Google Glass.
- Install and configure the OpenCV4Android SDK. Thorough instructions can be found in the OpenCV4Android SDK tutorial.
- Google Glass does not have the Google Play store installed, so you will need to manually install the OpenCV Manager apk. Google Glass is running
armeabi-v7a
, so theOpenCV_x.x.x_Manager_x.x_armv7a-neon.apk
manager apk is needed. - Update the library reference in this project to point to your OpenCV4Android library.
- Build and run the project.
- It is recommended you have some method for starting running the application on Google Glass, such as Mike DiGiovanni's launchy.
- When the application has launched swipe forward and backward to view the next image manipulation technique.