OpenCV is a powerful tool for doing intensive operations in real-time, even for resource-limited mobile devices. Throughout a couple of tutorials, we’re going to create an Android app that applies various effects to images.
In part 1 of the series, we discussed horizontal and vertical image stitching:
This tutorial will explore creating a cartoon image effect by reducing the number of colors representing the image using lookup tables (LUTs). The sections covered in this tutorial are as follows:
Continue reading Image Effects for Android using OpenCV: Cartoon Effect