How to transfer image processing from other softwares into java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to transfer image processing from other softwares into java?

create application

9th Oct 2016, 8:25 AM
Al mudtazar
5 Answers
+ 2
Could you be more definite about what would you like to transfer from?.. For instance if you've done some Image Processing stuff in other languages like C#, Python and you're in need to have them done in Java,. Then you could use JavaCV packages to work on it..
9th Oct 2016, 9:17 AM
Owais Khan
Owais Khan - avatar
+ 1
java
9th Oct 2016, 8:28 AM
karthick
+ 1
How?
9th Oct 2016, 8:51 AM
Al mudtazar
+ 1
Oh its on Android then. Well that would easily be implemented using OpenCV image processing library. Thankfully OpenCV is now available to be integrated with Android apps too. Perform a image capture or to detect the change in color of Litmus Paper (by histogram analysis). If not sure to proceed, samples might get you started. http://docs.opencv.org/2.4/doc/tutorials/introduction/android_binary_package/android_dev_intro.html Hope it helps.
9th Oct 2016, 12:24 PM
Owais Khan
Owais Khan - avatar
0
Thanks.. but I want to develop water analysis in PH value by using Android.. but I don't know how? previously,my lecturer present for me... Take the picture of the litmus paper after litmus paper after the litmus paper was dipped in the water using image processing. Then,that has been installed in mobile phone using Android application and the result will directly appear at mobile phone.. I hope you can help me..☺
9th Oct 2016, 9:45 AM
Al mudtazar