All Projects → PacktPublishing → Opencv3 Computer Vision Application Programming Cookbook Third Edition

PacktPublishing / Opencv3 Computer Vision Application Programming Cookbook Third Edition

Licence: mit
Code repository for OpenCV 3 Computer Vision Application Programming Cookbook, Third Edition, published by Packt

OpenCV 3 Computer Vision Application Programming Cookbook, Third Edition

This is the code repository for OpenCV 3 Computer Vision Application Programming Cookbook, Third Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

OpenCV 3 Computer Vision Application Programming Cookbook Third Edition provides a complete introduction to the OpenCV library and explains how to build your first computer vision program. You will be presented with a variety of computer vision algorithms and exposed to important concepts in image and video analysis that will enable you to build your own computer vision applications.

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:

// Compute Laplacian using LaplacianZC class
LaplacianZC laplacian;
laplacian.setAperture(7); // 7x7 laplacian
cv::Mat flap= laplacian.computeLaplacian(image);
laplace= laplacian.getLaplacianImage();

With the following software and hardware list you can run all code files present in the book (Chapter 1-14)

Software and Hardware List

Chapter Software required OS required
1-14 OpenCV 3 Windows, Mac OS X, and Linux (Any)
11 VTK Windows, Mac OS X, and Linux (Any)
1 CMake Windows, Mac OS X, and Linux (Any)

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].