Reputation: 2409
I'd like to use some tools for image processing. One of the requirments is ability to manipulate the image and change it by touch as it appen in the "Plastic Surgery" game by "Kaeria". How it can be done? where can i find a lib that do so? Thanks, Eyal.
Upvotes: 0
Views: 638
Reputation: 136
Android OpenCV is pretty bad on documentation if you are planning to use the JAVA wrapper. I would suggest that you learn to use the inbuilt functions and structure of the API using a C++ implementation and then try to use the JAVA API. Also You could eventually run NATIVE code on the android platform using the NDK.
Upvotes: 0
Reputation: 3997
android opencv should helps. You can download the sdk from the Link and the configurations available in this link opencv samples
Upvotes: 0