Book Image

Cross-Platform Application Development with OpenCV 4 and Qt 5 [Video]

By : Antonio Ortiz Lira
1 (1)
Book Image

Cross-Platform Application Development with OpenCV 4 and Qt 5 [Video]

1 (1)
By: Antonio Ortiz Lira

Overview of this book

OpenCV is the most popular library for building computer vision applications. Qt is a C++ IDE used to create GUI applications with ease. The main benefit of using Qt is that we can integrate OpenCV GUIs of GUIs created with Qt. Follow along with instructor Antonio Ortiz to build cross-platform applications using Qt. In this course, you will learn to combine the power of OpenCV and Qt. First, you will start by grabbing some images and videos to show them in QML. Antonio also shows you how to calibrate an array of two stereo cameras. You will learn to deploy your application on both Linux and Android platforms. By the end of this course, you will have become better at developing OpenCV applications, especially with Qt. All codes and supporting files are placed on GitHub at this link: https://github.com/PacktPublishing/Cross-Platform-Application-Development-with-OpenCV-4-and-Qt-5
Table of Contents (7 chapters)
Chapter 5
Getting Depth Information from Images
Content Locked
Section 5
Generate Depth Map from Two Cameras
In this video, we are going to generate a Depth Map with the information obtained in the previous lesson. - Rectify the input images capture from the cameras - Generate the Depth Maps - Adjust the resulting image to show it in the view