Using OpenCV library on Android

OpenCV (Open Source Computer Vision Library), a popular and widely used computer-vision library, supports a wide range of platforms.

If you want to implement any kind of moderately complex image processing, this is the best library to start with. In this post, we go through the steps to add the OpenCV library as a module to your Android application project.

Read more