OpenCV - Python
![]() |
||||
Python language wrapper for the open source computer vision library OpenCV.
I've been contributing bits and pieces to OpenCV for a couple years now. One interesting component that I've put some work into is the Python interface. I like the Python interface for a number of reasons
- One can use the interactive python shell to experiment with code. Since the built in python shell is fairly basic, I recommend trying IPython, which has features such as tab completion, color highlighting, and interactive help.
- It is easier to test and experiment with code without the tedious edit/ compile/run cycle of C/C++
- Manipulating lists, dictionaries (hashtables), reading from files, and doing string operations is typically easier in Python than C/C++
Downloads
![]() opencv_python.jpg |