In Java you can also take camera snapshots or read image files as input for subsequent image processing, redisplay of image processing results on the screen, etcetera. I do that all the time. Works with both Android and Java ME, and you don't need any low level interfacing with C/C++ functions (although that could help with speed depending on where your performance bottlenecks are).
Regards On Oct 28, 11:58 pm, Windows MAC User <[EMAIL PROTECTED]> wrote: > How does one go about developing image processing applications on the > Android Operating system since this supports only JAVA development. I > have developed for Windows and MAC and both provide access (from their > Graphical User Interfaces) to bring/link in C/C++ functions which > modify images or video. Basically i would like to develop pattern > recognition puzzles on Android and its probably impossible to achieve > using only the JAVA language. > > www.eyepuzzles.net > > The pattern recognition puzzles found on the above website have been > ported to IPOD Touch / IPHONE and Windows Mobile 6 Smartphones both of > which support low level interfaces to C/C++ functions. > > How can one achieve this using Android OS and JAVA. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

