İmage Processing with Android

asked 2014-11-04 07:34:35 -0600

Hi I will developt a project for image processing but I don't know what kind of language is better for image processing with OpenCV. Is Android suitable for this? or if I use another language, will I can use this language with android device properly? I need your advise

edit retag flag offensive close merge delete

Comments

You can do it in Android, if you need the application for phones (smart ones), but the best is to use C++ (!! not C) or python

thdrksdfthmn gravatar imagethdrksdfthmn ( 2014-11-04 07:50:46 -0600 )edit

Thank you for your answer

OmerErkan gravatar imageOmerErkan ( 2014-11-04 08:03:16 -0600 )edit
3

@thdrksdfthmn Is right, But i beleive that it's depend what you want to get. OpenCV support also Java code that it's easier to work with when you work on android application. The problem is when you need to do a pixels manipulation that OpenCV doesn't support, Than it's better to use C++(It is harder to debug and understand, also you have to setting your project to do so and it's not so obvious.) Bottom line, OpenCV is a really good tool for image processing , First try to code in Java, If the process time is not good, Move to c++ ;

itay gravatar imageitay ( 2014-11-04 08:40:59 -0600 )edit