SimpleCV is a open source cross platform machine vision framework written in Python.
The purpose of the simplecv-tutorial subproject is to learn how to apply computer vision to practical situations using the tools implemented in the SimpleCV framework.
The target audience is those new to computer vision but also has the ability to be extended to more advanced computer vision tasks.
To build the HTML or the PDF (requires pdflatex) versions of this tutorial Sphinx (1.0.0+) is needed. You can get from the Python Package Index.:
$ sudo pip install -U sphinx
Or use the Package management system of your distribution. For Fedora:
$ sudo yum -y install python-sphinx
For Debian/Ubuntu:
$ sudo apt-get install python-sphinx
Switch your simplecv-examples
folder and build the html variant:
$ make html
If you want to rebuild make sure you clean first:
$ make clean $ make html
If you are able to push to the master branch at: http://github.com/ingenuitas/simplecv-examples
Then it should autobuild soon after and be found at: http://simplecv-examples.readthedocs.org