All Projects → PacktPublishing → Learning-OpenCV-3-Application-Development

PacktPublishing / Learning-OpenCV-3-Application-Development

Licence: MIT License
Learning OpenCV 3 Application Development by Packt

Programming Languages

C++
36643 projects - #6 most used programming language

#Learning OpenCV 3 Application Development This is the code repository for Learning OpenCV 3 Application Development, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Computer vision and machine learning concepts are frequently used in practical computer vision based projects. If you’re a novice, this book provides the steps to build and deploy an end-to-end application in the domain of computer vision using OpenCV/C++.

At the outset, we explain how to install OpenCV and demonstrate how to run some simple programs. You will start with images (the building blocks of image processing applications), and see how they are stored and processed by OpenCV. You’ll get comfortable with OpenCV-specific jargon (Mat Point, Scalar, and more), and get to know how to traverse images and perform basic pixel-wise operations. Building upon this, we introduce slightly more advanced image processing concepts such as filtering, thresholding, and edge detection. In the latter parts, the book touches upon more complex and ubiquitous concepts such as face detection (using Haar cascade classifiers) and feature descriptors. You will now begin to appreciate the true power of the library in how it reduces mathematically non-trivial algorithms to a single line of code.

The concluding sections touch upon OpenCV’s Machine Learning module. You will witness not only how OpenCV helps you pre-process and extract features from images that are relevant to the problems you are trying to solve, but also how to use Machine Learning algorithms that work on these features to make intelligent predictions from visual data!

##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

typedef Size_<int> Size2i;
typedef Size2i Size;

The book assumes a basic, working knowledge of C++. However, prior knowledge of computer vision, image processing or machine learning is not assumed. You would need an OpenCV 3.1 installation in your systems to run the sample programs spread across the various chapters in this book. The set-up and installation details have already been shared.

##Related Products

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].