Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

OpenCV Essentials by Mª del Milagro Fernandez Carrobles

Posted By: AlenMiler
OpenCV Essentials by Mª del Milagro Fernandez Carrobles

OpenCV Essentials by Mª del Milagro Fernandez Carrobles
English | Aug 25, 2014 | ISBN: 1783984244 | 214 Pages | AZW3/EPUB/MOBI/PDF (conv) | 19 MB

This book is intended for C++ developers who want to learn how to implement the main techniques of OpenCV and get started with it quickly. Working experience with computer vision / image processing is expected.

Acquire, process, and analyze visual content to build full-fledged imaging applications using OpenCV

About This Book

Set up OpenCV, its Python bindings, and optional Kinect drivers on Windows, Mac or Ubuntu
Create an application that tracks and manipulates faces
Identify face regions using normal color images and depth images

In Detail

OpenCV, arguably the most widely used computer vision library, includes hundreds of ready-to-use imaging and vision functions used in both academia and industry. It mainly focuses on real-time image processing. As cameras get cheaper and imaging features grow in demand, the range of applications using OpenCV increases significantly, both for desktop and mobile platforms.

The book provides an example-based tour of OpenCV's main modules and algorithms, including the latest available in version 3.0. Starting with the setup and description of the library, this book teaches you how to add graphical user interface capabilities to OpenCV programs. Further, you will learn about the essential techniques such as image processing, image segmentation, object detection, and motion, which will help you process and analyze images better. You will also learn how to extract 2D features from images and how to take advantage of machine learning. By the end of this book, you will completely understand how to put those computer vision techniques into practice.