İmage Processing with Android
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
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
Thank you for your answer
@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++ ;