voldy / opencv-python-blueprints

OpenCV with Python Blueprints: Design and develop advanced computer vision projects using OpenCV with Python

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:

Michael Beyeler
[**OpenCV with Python Blueprints: Design and develop advanced computer vision projects using OpenCV with Python**](http://www.amazon.com/OpenCV-Python-Blueprints-Michael-Beyeler/dp/1785282697)

Packt Publishing Ltd., London, England
Paperback: 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

Critical Reception

What readers on Amazon have to say:

The author does a great job explaining the concepts needed to understand what's happening in the application without the need of going into too many details.
Sebastian Montabone

Solid and useful book on getting ramped up with OpenCV in Python. I have found it useful several times in the recent weeks as I am exploring OpenCV.
– bigbirdtommy

Usually I'm not a big fan of technical books because they are too dull, but this one is written in an engaging manner with a few dry jokes here and there. Can only recommend!
– lakesouth

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: Design and develop advanced computer vision projects using OpenCV with Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%