OpenCV for Android - Back Projection Tutorial
==============
Dependencies:
- OpenCV for Android 2.4.8 - http://opencv.org.
- Some utility methods depend from Google Gson library: https://code.google.com/p/google-gson/
SETUP:
This tutorial is setup the same way as the official OpenCV Android samples. Follow the install instructions for those here:
Original tutorial in C++:
LICENSE:
The license for this code is the same as OpenCV: BSD 2-Clause.
It means that you can do basically whatever you like with the code as long as you include its LICENSE file.
You may read the details in the LICENSE file.