Programming Computer Vision with Python
by Jan Erik Solem
Publisher: O'Reilly Media 2012
ISBN/ASIN: 1449316549
ISBN-13: 9781449316549
Number of pages: 300
Description:
The idea behind this book is to give an easily accessible entry point to hands-on computer vision with enough understanding of the underlying theory and algorithms to be a foundation for students, researchers and enthusiasts.
Download or read it online for free here:
Download link
(14MB, PDF)
Similar books
Think Python: An Introduction to Software Designby Allen Downey - Green Tea Press
A concise introduction to software design using Python. Intended for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. The goal is to teach you to think like a computer scientist.
(25516 views)
Algorithmic Problem Solving with Pythonby John B. Schneider, Shira Lynn Broschat, Jess Dahmen - Washington State University
Python's syntax and idioms are much easier to learn than those of most other full-featured languages. This book uses programming language Python to introduce folks to programming and algorithmic thinking. The book is completely hyper-linked.
(10198 views)
Porting to Python 3: An in-depth guideby Lennart Regebro
Porting to Python 3 doesn't have to be daunting. This book guides you through the process of porting your Python 2 code to Python 3. Using plenty of code examples is takes you cross the hurdles and shows you the new Python features.
(19046 views)
Python Standard Libraryby Fredrik Lundh - O'Reilly
A large collection of useful Python scripts, the best parts of comp.lang.python newsgroup messages, plus hundreds of new scripts. The text covers the standard library, the examples should work on most platforms and Python versions.
(26024 views)