I want to make an app for iPhone and Android. The main activity will be extracting a silhouette from a photo (a photo taken with the device's camera). What will be the best option?
I've read a lot about this, and I think that the best option could be OpenCV (now they have an official port for iOS too), but I'm not sure because I don't have any experience with this. I need your advice.
Maybe OpenGL could be a better option? (GPUImage Framework for iOS and JOGL for Android, for example). Or maybe there are libraries that are more simple for this task...