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

Documentation for the Python inteface is scant, but the functions are nearly identical to those in the C version of OpenCV. Furthermore, SWIG auto-generates pydoc strings for each function, so one can easily lookup function arguments and return types. Visit the OpenCV Wiki PythonInteface page for specific differences. Please feel free to add examples or other comments as you see fit here.

Downloads


opencv_python.jpg

References

  1. OpenCV Wiki PythonInterface
  2. IPython shell