Overview Set up OpenCV and an Android development environment on Windows, Mac, or Linux Capture and display real-time videos and still images Manipulate image data using OpenCV and Apache Commons Math Track objects and render 2D and 3D graphics on top of them Create a photo-capture and photo-sharing app that supports a variety of filters with a real-time preview feature In Detail Take a smartphone from your pocket, and within a few seconds, you can snap a photo, manipulate it, and share it with the world. You have just achieved mass production of image data. With a computer vision library such as OpenCV, you can analyze and transform copious amounts of image data in real time on a mobile device. The upshot to this is that you, as developers, can pr...