Image processing library for Android?
android, image-processing
Solution
OpenCV (for Open Computer Vision) is a C++ image processing library widely used by researchers in image processing, computer vision, robotics... (at least for the ones who don't use matlab). It does officially support Android, and it is actively developed.
Furthermore, it has a lot of advanced functions that you can use later if you need it.
Problem
A friend who works in the medical profession asked me to try and write a small application for Android that could take a picture, analyze it in terms of colors and size so we know how it evolved since the last snapshot, and make recommendations based on that evolution. I'm only getting started with Android, and was wondering if someone knew of a good library that could do this and save development time.