Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 3.01 KB

README.md

File metadata and controls

44 lines (36 loc) · 3.01 KB

OpenCV with Python Blueprints

This repository contains all up-to-date source code for the following book:

M. Beyeler (2015). "OpenCV with Python Blueprints: Design and develop advanced computer vision projects using OpenCV with Python". Packt Publishing Ltd., London, England, 230 pages, ISBN 978-178528269-0.

All code was tested with OpenCV 2.4.9 and Python 2.7 on Ubuntu 14.04, and is available from: https://github.com/mbeyeler/opencv-python-blueprints.

Software Requirements

All projects can run on Windows, Mac, or Linux, and require the following software packages:

In addition, some chapters require the following free Python modules:

Furthermore, the use of iPython (http://ipython.org/install.html) is highly recommended as it provides a flexible, interactive console interface.

License

The software is released under the GNU General Public License (GPL), which is the most commonly used free software license according to Wikipedia. GPL allows for commercial use, distribution, modification, patent use, and private use.

The GPL is a copyleft license, which means that derived works can only be distributed under the same license terms. For more information, please see the license file.