neverMoore / opencv-python-blueprints

OpenCV with Python Blueprints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Windows 8.1, and is available from: https://github.com/mbeyeler/opencv-python-blueprints.

For questions, discussions, and more detailed help please refer to the Google group: https://groups.google.com/d/forum/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.

About

OpenCV with Python Blueprints

License:GNU General Public License v3.0


Languages

Language:Python 100.0%