Matlab is good when it comes to image processing but the codes used are
also written in the same language hence the execution of the code lags.
Here is where openCV has the advantage as the codes are written to be
fast. It is now possible to use openCV in Matlab as well. However I have
not found any good document which works perfectly.
OpenCV is mainly developed in C /C++ and they have been optimized in these languages however C / C++ can become complex at times so some developers use python to integrate with openCV and reuse the C/C++ code. OpenCV has python bindings which allows python use the C/C++ functions in the library.This is a good feature to those who are not so familiar with coding (Python is very easy to learn) and for using additional functionality e.g. python can handle complex numbers directly while C/C++ does not deal with it directly.
OpenCV is mainly developed in C /C++ and they have been optimized in these languages however C / C++ can become complex at times so some developers use python to integrate with openCV and reuse the C/C++ code. OpenCV has python bindings which allows python use the C/C++ functions in the library.This is a good feature to those who are not so familiar with coding (Python is very easy to learn) and for using additional functionality e.g. python can handle complex numbers directly while C/C++ does not deal with it directly.
No comments:
Post a Comment