which is better for opencv, C or Python?
Hi,
I would like to use opencv for a machine vision project, I need to know which tool is best for using opencv, python or C ?
I have some experience in both, however I need to know if applications using opencv can be ported to Linux, Windows or OS X
I will develop on OS X, but will target Windows and Linux mostly...In this regard which option is better C or Python
thanks a
well, it is c++ vs.python, the c option is no more valid (they stopped maintaining that api in 2010 already)
OpenCV is cross-platform, so in my opinion it is just a matter of which language are you more comfortable with or if you need a specific API or library.
OpenCV is coded in C++ with wrappers for Java and Python, so I would go for C++ personally.
I agree with @Eduardo, if you want the latest stable functionality and all possible bugfixes, then go for C++. If you want the ease of a scripting language but with the issue of some functions not yet being wrapped, then go for Python.
of course use Python! for now, grogrammer's time is precious more then running performance. for C u need learn all OS platform SDK; base python, only python self...