eyal
eyal

Reputation: 2409

Image processing

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

Answers (3)

Midhun Harikumar
Midhun Harikumar

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

Manoj
Manoj

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

sinisha
sinisha

Reputation: 1013

You can use Android OpenCv for image processing.Check this link

Upvotes: 4

Related Questions