• Complain

Michael Beyeler - OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules

Here you can read online Michael Beyeler - OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2016, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Michael Beyeler OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules
  • Book:
    OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2016
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Michael Beyeler: author's other books


Who wrote OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules? Find out the surname, the name of the author of the book and a list of all author's works by series.

OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
OpenCV: Computer Vision Projects with Python

OpenCV: Computer Vision Projects with Python

Get savvy with OpenCV and actualize cool computer vision applications

A course in three modules

BIRMINGHAM - MUMBAI OpenCV Computer Vision Projects with Python Copyright - photo 1

BIRMINGHAM - MUMBAI

OpenCV: Computer Vision Projects with Python

Copyright 2016 Packt Publishing

All rights reserved. No part of this course may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this course to ensure the accuracy of the information presented. However, the information contained in this course is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this course.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this course by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

Published on: October 2016

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78712-549-0

www.packtpub.com

Credits

Authors

Joseph Howse

Prateek Joshi

Michael Beyeler

Reviewers

David Milln Escriv

Abid K.

Will Brennan

Gabriel Garrido Calvo

Pavan Kumar Pavagada Nagaraja

Marvin Smith

Jia-Shen Boon

Florian LE BOURDAIS

Steve Goldsmith

Rahul Kavi

Scott Lobdell

Vipul Sharma

Content Development Editor

Mayur Pawanikar

Production Coordinator

Nilesh Mohite

Preface

OpenCV is an open-source, cross-platform library that provides building blocks for computer vision experiments and applications. It provides high-level interfaces for capturing, processing, and presenting image data. For example, it abstracts details about camera hardware and array allocation. OpenCV is widely used in both academia and industry. Today, computer vision can reach consumers in many contexts via webcams, camera phones, and gaming sensors such as the Kinect. For better or worse, people love to be on camera, and as developers, we face a demand for applications that capture images, change their appearance, and extract information from them. OpenCV's Python bindings can help us explore solutions to these requirements in a high-level language and in a standardized data format that is interoperable with scientific libraries such as NumPy and SciPy.

Computer vision is found everywhere in modern technology. OpenCV for Python enables us to run computer vision algorithms in real time. With the advent of powerful machines, we are getting more processing power to work with. Using this technology, we can seamlessly integrate our computer vision applications into the cloud. Web developers can develop complex applications without having to reinvent the wheel.

This course is specifically designed to teach the following topics. First, we will learn how to get started with OpenCV and OpenCV 3's Python API, and develop a computer vision application that tracks body parts. Then, we will build amazing intermediate-level computer vision applications such as making an object disappear from an image, identifying different shapes, reconstructing a 3D map from images, and building an augmented reality application. Finally, we'll move to more advanced projects such as hand gesture recognition, tracking visually salient objects, as well as recognizing traffic signs and emotions on faces using support vector machines and multi-layer perceptron respectively.

What this learning path covers

, OpenCV Computer Vision with Python , in this module you can have a development environment that links Python, OpenCV, depth camera libraries (OpenNI, SensorKinect), and general-purpose scientific libraries (NumPy, SciPy).

, OpenCV with Python By Example , this module covers various examples at different levels, teaching you about the different functions of OpenCV, and their actual implementations.

, OpenCV with Python Blueprints , this module intends to give the tools, knowledge, and skills you need to be OpenCV experts and this newly gained experience will allow you to develop your own advanced computer vision applications.

What you need for this learning path

This course provides setup instructions for all the relevant software, including package managers, build tools, Python, NumPy, SciPy, OpenCV, OpenNI, and SensorKinect. The setup instructions are tailored for Windows XP or later versions, Mac OS 10.6 (Snow Leopard) or later versions, and Ubuntu 12.04 or later versions. Other Unix-like operating systems should work too if you are willing to do your own tailoring of the setup steps. You need a webcam for the projects described in the course. For additional features, some variants of the project use a second webcam or even an OpenNI-compatible depth camera such as Microsoft Kinect or Asus Xtion PRO.

The hardware requirement being a webcam (or camera device), except for Chapter 2, Hand Gesture Recognition Using a Kinect Depth Sensor , of the 3rd Module which instead requires access to a Microsoft Kinect 3D Sensor or an Asus Xtion.

The course contains projects with the following requirements.

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

  • OpenCV 2.4.9 or later: Recent 32-bit and 64-bit versions as well as installation instructions are available at http://opencv.org/downloads.html. Platform-specific installation instructions can be found at http://docs.opencv.org/doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.html.
  • Python 2.7 or later: Recent 32-bit and 64-bit installers are available at https://www.python.org/downloads. The installation instructions can be found at https://wiki.python.org/moin/BeginnersGuide/Download.
  • NumPy 1.9.2 or later: This package for scientific computing officially comes in 32-bit format only, and can be obtained from http://www.scipy.org/scipylib/download.html. The installation instructions can be found at http://www.scipy.org/scipylib/building/index.html#building.

wxPython 2.8 or later: This GUI programming toolkit can be obtained from http://www.wxpython.org/download.php. Its installation instructions are given at http://wxpython.org/builddoc.php.

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

  • SciPy 0.16.0 or later: This scientific Python library officially comes in 32-bit only, and can be obtained from http://www.scipy.org/scipylib/download.html. The installation instructions can be found at http://www.scipy.org/scipylib/building/index.html#building.
  • matplotlib 1.4.3 or later: This 2D plotting library can be obtained from http://matplotlib.org/downloads.html. Its installation instructions can be found by going http://matplotlib.org/faq/installing_faq.html#how-to-install.
  • libfreenect 0.5.2 or later: The libfreenect module by the OpenKinect project (http://www.openkinect.org) provides drivers and libraries for the Microsoft Kinect hardware, and can be obtained from https://github.com/OpenKinect/libfreenect. Its installation instructions can be found at http://openkinect.org/wiki/Getting_Started.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules»

Look at similar books to OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules»

Discussion, reviews of the book OpenCV : computer vision projects with Python : get savvy with OpenCV and actualize cool computer vision applications : a course in three modules and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.