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.
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.
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) |
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.