Which one better for image processing on Android devices? Java, phyton, or else? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Which one better for image processing on Android devices? Java, phyton, or else?

Hi i want to develop an image processing program that can estimate an area of antibacterial activity on petri dish. I hope the measurements can estimate more accurately than measurements by hand.

1st May 2020, 3:53 PM
Agung Seno
Agung Seno - avatar
2 Answers
+ 2
You can use java/python/R. But image processing can be easily done in python as more library support is available. :)
1st May 2020, 3:56 PM
Prince
+ 2
Prince less more under android platform ;) (particularly module binding C/C++ libraries wich are commonly intensively used for such computation as image processing, dedicated scientist computation and so on... ;) Agung Seno Appart from developing in C/C++ directly (wich isn't obvious at all, noticabily to be widely cross-platform compatible), the most efficient languages are the official ones: Java and/or the newest Kotlin (wich is roughly Java under the hood ;P)...
1st May 2020, 11:44 PM
visph
visph - avatar