Limit this search to....

OpenCV Computer Vision Projects with Python: Develop computer vision applications with OpenCV
Contributor(s): Beyeler, Michael (Author), Joshi, Prateek (Author), Howse, Joseph (Author)
ISBN: 1787125491     ISBN-13: 9781787125490
Publisher: Packt Publishing
OUR PRICE:   $75.99  
Product Type: Paperback
Published: October 2016
Qty:
Additional Information
BISAC Categories:
- Computers | Computer Vision & Pattern Recognition
- Computers | Programming Languages - Python
- Computers | Image Processing
Physical Information: 1.16" H x 7.5" W x 9.25" (2.13 lbs) 570 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

Get savvy with OpenCV and actualize cool computer vision applications

Key Features

  • Use OpenCV's Python bindings to capture video, manipulate images, and track objects
  • Learn about the different functions of OpenCV and their actual implementations.
  • Develop a series of intermediate to advanced projects using OpenCV and Python

Book Description

OpenCV is a state-of-art computer vision library that allows a great variety of image and video processing operations. OpenCV for Python enables us to run computer vision algorithms in real time. This learning path proposes to teach the following topics. First, we will learn how to get started with OpenCV and OpenCV3'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 perceptrons respectively.

This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products:

  • OpenCV Computer Vision with Python by Joseph Howse
  • OpenCV with Python By Example by Prateek Joshi
  • OpenCV with Python Blueprints by Michael Beyeler

What you will learn

  • Install OpenCV and related software such as Python, NumPy, SciPy, OpenNI, and SensorKinect - all on Windows, Mac or Ubuntu
  • Apply "curves" and other color transformations to simulate the look of old photos, movies, or video games
  • Apply geometric transformations to images, perform image filtering, and convert an image into a cartoon-like image
  • Recognize hand gestures in real time and perform hand-shape analysis based on the output of a Microsoft Kinect sensor
  • Reconstruct a 3D real-world scene from 2D camera motion and common camera reprojection techniques
  • Detect and recognize street signs using a cascade classifier and support vector machines (SVMs)
  • Identify emotional expressions in human faces using convolutional neural networks (CNNs) and SVMs
  • Strengthen your OpenCV2 skills and learn how to use new OpenCV3 features