API - SimpleCV Application Programming Interface --------------------------- .. toctree:: :maxdepth: 2 :glob: api installation cookbook Installation --------------------------- `Easiest Method` The easiest method to install SimpleCV is with the 1-click installers located at . These installers should install all the necessary libraries you need to get SimpleCV up and running easily. `Easier Method` You will absolutely need: * OpenCV installed for your platform * SciPY/Numpy installed for your platform Once you have all the required libraries installed:: easy_install simplecv `Easy Method` If you need more specific instructions per platform there is: Required Libraries ================== * OpenCV 2.2 with Python bindings * SciPY * Python Image Library Optional Libraries ================== Device Support: * OpenKinect/freenect Blob detection: * CvBlob http://code.google.com/p/cvblob/ * cvblob-python https://github.com/oostendo/cvblob-python Barcode reading: * Zxing http://code.google.com/p/zxing/ * python-zxing https://github.com/oostendo/python-zxing Videos - Tutorials and Demos --------------------------- Video tutorials and demos can be found at: http://www.youtube.com/user/IngenuitasOfficial or check out: http://www.simplecv.org Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`